<aside> 💡 Did you know? It is possible to do an 'advanced search' within AcademicLabs. To build highly specific search queries, you can combine multiple search operators.
Especially a proximity search is extremely powerful.
To summarize, this query contains all operators that can be used: ("breast cancer" OR "bladder cancer") AND "antibody drug conjugate"~3 HER2~1 NOT (”brain cancer” OR leukemia) AND trastuzubab → Link to results
</aside>
Here’s a breakdown of how you can use the search operators:
AND Find results that contain both the terms in your search query.
For example GLP1 AND inhibitor Outcome examples:
(no operator) Find results that contain both the terms of your search query in the same field (e.g. publication title) or document in a profile (e.g. a patent). Hence, it provide more precise results than using AND
For example GLP1 Inhibitor
Outcome examples:
" " Find results that contain both the words GLP1 and inhibitor, in exactly the same order without any words in between.
For example "GLP1 Inhibitor"
This provides the most precise results. However, you miss out on results like ‘… inhibits GLP1…’ or ‘is both a GLP1 and … inhibitor’.
" "~n This is a proximity search, very useful to find results that contain both the words GLP1 and inhibitor close to each other in a text. If I use 2 as n, then we find results where both terms are maximum separated by 2 terms (not counting stop words like in, on, by, the,…).
For example "GLP1 Inhibitor"~2
Outcome: documents or profiles containing ‘…inhibition of GLP1…’ or “…GLP1 or GLP2 inhibitor’ will be found in this way.
~ Find results that contain slight variations of the word.
For example
OR Find results that contain either of the terms in your search query.
For example Alzheimer’s OR Parkinson’s
(…) Use brackets - often with terms separated by OR - to structure your query when looking for example for a technology or target in the context of multiple diseases.
For example (Alzheimer’s OR Parkinson’s) AND “antibody drug conjugate”~3
NOT Exclude results that contain the terms mentioned after the NOT operator.
For example, “Neurodegenerative diseases” NOT (Alzheimer OR Parkinson) will only find results that contain ‘neurodegenerative diseases’ but that don’t contain any of both terms ‘Alzheimer’ and ‘Parkinson’.
For example “Neurodegenerative diseases” NOT (Alzheimer AND Parkinson) will only find results that contain ‘neurodegenerative diseases’ but that don’t contain the combination of both terms ‘Alzheimer’ and ‘Parkinson’ in that same document.
For example "antibody drug conjugate"~3 AND HER2~1 NOT leukemia AND trastuzumab will only find results that contain ‘antibody drug conjugate’ and HER2 (or a single character variation like HER3) and trastuzumab (doesn’t matter that it is positioned in the query behind NOT), yet does not contain ‘leukemia’.