unquoted text: all words are required to be present in the results, in any order."quoted text": text inside quote marks will be expected to be included in the results as provided.or: allows for optional words/parameter.-: excludes the word/parameter following the minus sign.
"john doe": returns entries includingjohn doein this order.john doe: returns entries includingjohnanddoein any order; e.g.,john doe,john gray doe, ordoe john, but not those with onlyjohnordoe.john or doe: returns entries includingjohnordoe; e.g.,john,doe,john doe,doe john,doe gray john.john -doe: returns entries includingjohnwithout anydoeon it.

