This search supports the common wildcards
- "*" Asterisk stands for any string of characters including none
- "?" Question mark stands for exactly one character
- "potassium" finds all products with "potassium" as a stand-alone word
- "potassium*" finds all products starting with "potassium"
- "potassium?*" finds all products starting with "potassium", however not "potassium" itself, i.e. "potassium nitrate" "potassium acetate" etc.
- "nitr?te" finds "nitrite" as well as "nitrate"
|
|
Further options are index limitations and expressions
- Index limitations
- "cas@" searches the CAS-Numbers only
- "desc@" searches in the product descriptions only
- "no@" searches for product numbers and CAS-Numbers
- "id@" searches the ERP-num
- Boolean attributes
- "TermA and TermB" finds products containing both terms
- "TermA or TermB" finds products containing one or the other term
- "TermA not TermB" finds products containing TermA, however not TermB
|