Advanced Term Search
Advanced term search is accessible on multiple occasions, but is functionally the same.
How to use
Section titled How to useTerm name keywords
Section titled Term name keywordsUses Apache Lucene query parser syntax on the term names.
Term definition keywords
Section titled Term definition keywordsUses Apache Lucene query parser syntax on the term definitions.
Keep obsolete terms
Section titled Keep obsolete termsTo show obsolete terms in search results or not.
Apache Lucene query parser syntax
Section titled Apache Lucene query parser syntaxYou can find in depth information on this topic on the source documentation from Apache Lucene.
Common use cases might include:
Simple Search
Section titled Simple Searchinstrument model
Specifies that the result MUST contain instrument
OR model
.
Must include (+)
Section titled Must include (+)+instrument model
Using the +
operator specifies that the result MUST contain instrument
and MAY contain model
Must not include (-)
Section titled Must not include (-)instrument model NOT SCIEX
instrument model -SCIEX
Using the -
/NOT
operator specifies that the result MUST contain instrument
OR model
and MUST NOT contain SCIEX
.
Grouping (” ”)
Section titled Grouping (” ”)"instrument model"
Using ""
grouping syntax specifies that the result MUST contain instrument model
.