The search functionality allows you to search for the presence
of a word or words on a page in the site. For example:
Workforce
2000 - Will initially return all pages that contain the word "workforce"
and "2000". It will then list all pages that contain
"workforce" or "2000".
It
also allows you to use certain clauses to expand or restrict the
search. For example:
workforce
AND 2000 - will return all pages that contain both workforce and
2000.
workforce OR 2000 - will return all pages that contain workforce
or 2000.
workforce NEAR 2000 - will return all pages that contain workforce
and 2000 in order of their proximity to each other on the page.
"work *" - will return all pages that contain words
prefixed with "work", for example, "workforce","work
clothes".
"workforce 2000" - will return pages containing the
name "workforce 2000".
Note: the quotation marks are necessary in the last two examples.
Neither the advanced or simple search are case sensitive.