Simple Keyword Search 
| Search Tips |
Examples: |
| Multiple Words |
When searching multiple words the
system will automatically supply the Boolean "and" operator between
each word; multiple words entered for the search will all occur somewhere
in the retrieved records though not necessarily in the order entered. Both
examples on the right will retrieve the same results. |
world health organization
world and health and organization |
| Phrase Searches |
Search for complete phrases by enclosing them in quotation marks. Words enclosed in double quotes will appear together in all results exactly as typed. |
"world health organization" |
| Wildcards |
| * |
The asterisk ('*') matches up to five non-space characters, starting at the specified position in the word. For example, "inter*" will match "internal" and "internet", but will not match "international". The '*' wildcard may only appear after at least two characters.
The '*' wildcard may also be embedded in a search string. For example, "colo*r" would match both "color" and "colour".
|
environment* polic*
|
| ** |
Matches any number of non-space characters, starting at the specified position in the word. For example, "inter**" will match all words that begin with "inter" (e.g., "internal", "internet", "international", etc.).
The '*' wildcard may also be embedded in a search string. |
comp** |
| ? |
You may use a question mark ('?') to replace a
single character anywhere within a word. |
wom?n |
| Boolean Operators and Field Limits |
| Boolean Operators |
Use AND or OR to specify multiple words
in any field, any order. Use NOT to exclude words.
These operators may be entered in either uppercase, lowercase, or mixed case (e.g., "NOT", "not", and "Not" are equivalent). |
stocks and bonds
stocks and bonds
stocks not bonds |
| Nesting |
Use parentheses to construct complex searches. |
(annotated bibliography) and child*
(alaska or canada) and (adventure and not vacation) |
| Proximity Operators |
The NEAR operator is used to retrieve records that contain the specified words or phrases within ten words of each other in the same indexed field.
The WITHIN operator is similar to the NEAR operator, but allows the user to specify the maximum number of words that may appear between the specified words. WITHIN 10 and NEAR are equivalent. |
international near conference
fractal within 3 geometry |
| Field limits |
Field limits may be specified by typing a field limit operator before the word or phrase to be searched. A field limit causes the system to search only the specified field for the specified word(s). The following field limits are supported:
| Field limit |
Meaning |
| a: |
Search only author fields |
| t: |
Search only title fields |
| d: |
Search only subject fields |
| n: |
Search only note fields |
|
(a:twain) and (t:huck*)
(a:united and a:states) and (d:handicapped or d:disabled) |
|