...
- Words are implicitly
AND
-ed together. - A word can start with
-
to signify negation (the word must not be present). - A word can end with
* or %
to signify prefix search (the word must start with this prefix). - You can use
OR
between words (it has a lower precedence than the implicitAND
). - You can enclose several words in double quotes
"
for a phrase search (the words must exactly follow each other). - Bracketing "(...)" will work to group search terms.