|
BASIC SEARCH TIPS |
EXAMPLE |
RESULT |
1. Enter search terms in lower case - both
upper, lower, and mixed case instances will be returned
|
gulf |
documents containing any of the words gulf, Gulf,
GULF, etc.
|
2. Search for phrases by separating words with spaces
|
unrestricted view |
documents containing the complete phrase unrestricted
view
|
3. Separate terms with commas to search for any
of the given terms, with the results list ordered by number of hits (highest
first
|
tennis, golf, beach |
documents containing at least one of tennis, golf,
or beach
|
4. The STEM operator is automatically applied, which
looks for common variations on the terms entered
|
"drive" |
documents containing any of drive, drives,
driving, driven
, etc. |
5. Wildcards * (string of characters) and ?
(single character) may be used - This function may be disabled using a
preceding backslash ('\')
|
*net |
'*net' to look for terms ending with net, e.g. net,fastnet,
internet
|
| sho?s |
'sho?s' might return shoes, shops
, etc. |
| \*net |
documents with '\*net' would look for the literal term *net |
6. A term must be enclosed in double
quotation marks ("...") for it to be treated literally
|
"inter" |
for exact matches, e.g. only occurrences of inter
as a complete word
|
| "m&s", "5,5" |
to handle certain non-alphanumeric characters literally
|
| bar "and" grill |
to disable operators (AND, OR, NOT), e.g. for
matches of the literal phrase search and destroy
|