To construct a search string you can use the following boolean operators: AND OR AND NOT Example: dog and cat or sheep and not bird
+ The word is mandatory in all rows returned.
- The word cannot appear in any row returned.
* The wildcard, indicating zero or more characters. It can only appear at the end of a word.
" Anything enclosed in the double quotes is taken as a whole (so you can match phrases, for example).