Type a
keyword in the search box above to
search for a single word. Or, use the tips below to refine your search to find more specific
results.
Look for a phrase.
Example - type corporate express to find the exact phrase corporate express.
Since the search is not case-sensitive, this is equivalent to Corporate Express.
Look for two or more words at once by using "AND".
Example - type corporate AND express to find documents that have both the word corporate
and the word express anywhere.
Look for words
that are close to each other by using "NEAR" instead of "AND". When you use "NEAR", the
closer together the words are, the higher the rank of the page, so the higher it appears
in the list of search results.
Example - type corporate NEAR express to match documents where the word corporate
is within 50 words of the word express.
Look for synonyms or similar words by using "OR". Note that if you don't use "OR" and search using
multiple words, the words are treated as a phrase.
Example - type corporate OR express to find the word corporate or the word express,
but not necessarily both.
Limit your search by using "AND NOT" to exclude words.
Example - type corporate AND NOT express to find all instances of corporate,
as long as corporate is not followed by the phrase express.
Use double quotes if you want to use AND, OR, NOT, or NEAR literally.
Example - type "corporate and express" to find documents with the phrase corporate
and express. Without the double quotes, this query would use the AND operator instead
of the phrase.
Use a single asterisk (*) to look for words that begin or
end with the same string of letters.
Example - type cor* to find cor, corp, corporate, corporation,
and so on.
Use a double asterisk (**) to look for all forms of a word.
Example - type write** to match write, wrote, written, and writing.