• Make sure all words are spelled correctly.
• Try different keywords.
• Try a different section, or try searching ENTIRE SITE.
The search engine supports three types of phrase search.
• To match an exact phrase, use quotes "around the phrase".
• To closely match (within a couple of words) a phrase, use square brackets [around the words].
• To vaguely match (within several words) a phrase, use braces {around the words}.
+ and - qualifiers
• If you prepend a word with + that word is required to be on the page.
• If you prepend a word with - that word is required to not be on the page.
• Example: +always -never
* wildcard
• If a query word ends with a * all words on a page which start the same way as that query word will match.
• Example: gift*
? wildcard
• If a query word contains a ? any character will match that position.
• Example: b?g
boolean search
• you can use the following boolean operators in your search: AND, OR, NOT. These operators MUST be in capital letters.
• Example: (bicycle AND news) OR (about AND us)