[+|-]["|']text["|']
[] brackets are optional. You can supply as
many patterns as you want, patterns are treated as cases insensitive so beer
will match Beer and bEeR etc.
(+) The require operator; If you dont specify an operator for a pattern it is considered to be optional, to require a pattern to be in the article prefix it with this operator. For example, to get articles containing the words Linux and Apache enter +Linux +Apache into the search field. (-) The exclude operator; all articles returned will not contain this pattern, ie; to find occurances of the phrase One Short Of A Llama without the word drinking, enter: "One Short Of A Llama" -drinking into the search field. (\) The quote operator; To remove the special meanings from any of the operators, prefix it with a \. |