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:

  1. "Void NOT Receipt OR Transaction" finds the contexts which contain the term "Void" without the word "Receipt" or contexts which contain the word "Transaction".
  2. "Void NOT (Receipt OR Transaction)" finds terms which contain the word Void without the words receipt or transaction.