 | Searches are not case sensitive. |
 | By default search will look for pages that contain all words.
 | Example: American Federation
will return all pages that include the words
American and
Federation any where on the page. |
|
 | Very common words (often called "stopwords"), such as "the," "and," or
"of," are usually dropped from searches. |
 | To force the search results to include specific words, preceed those
words with a positive sign (be sure there a space between the previous word
and the positive sign).
 | Example: +American +Federation
will return all pages that must include the words
American and
Federation. |
|
 | To avoid pages with specific words, preceed those words with a negative
sign (be sure there a space between the previous word and the negative
sign).
 | Example: American -Federation
will return all pages that include the word
American but not the word
Federation. |
|
 | To find a specific phrase, include the phrase in quotes:
 | Example: "American Federation"
will return all pages that include the phrase "American
Federation". |
|