Searching with nests
A complex search can be started with nests.
Example:
"Void
AND (Receipt OR Transaction) NEAR Guest check)" finds contexts which contain the word
"Void" together with the word "Receipt" and "Guest
check" or contexts which include the word "Void" and
"Transaction" as well as "Guest check".
The following rules apply to
the search with nests:
- Nests should be set in brackets. The terms used
in the brackets are evaluated first during the search.
- If no nests are used, the terms are evaluated
from left to right.
Example:
- "Void NOT
Receipt OR Transaction"
finds the contexts which contain the term "Void" without the
word "Receipt" or contexts which contain the word
"Transaction".
- "Void NOT
(Receipt OR
Transaction)" finds terms which contain the word Void without the
words receipt or transaction.
- Maximum 5 nests can be included in a search.