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 SearchSpecifies that the result MUST contain instrument
OR model
.
Must include (+)
Section titled Must include (+)Using the +
operator specifies that the result MUST contain instrument
and MAY contain model
Must not include (-)
Section titled Must not include (-)Using the -
/NOT
operator specifies that the result MUST contain instrument
OR model
and MUST NOT contain SCIEX
.
Grouping (” ”)
Section titled Grouping (” ”)Using ""
grouping syntax specifies that the result MUST contain instrument model
.