| Using "AND"
-- When searching for more than one word, there is no need
to include the word "and." The search engine will
retrieve documents that contain all the words specified
in your search.
Using "OR" -- If you
wish to find all the documents that contain any of the words
specified, then use "or" between your search words.
Using asterisk (*) -- To truncate
a word, use an asterisk (*) at the end. For example, the
search "comput*" would retrieve documents that
have the words "computer", "computing",
"computation", etc. |