|
|
|
Tips:
Adjacency
Search multiple words together as one phrase.
Ex: United States supreme court |
Truncation
Words may be right-hand truncated using an asterisk.
Ex: environment* polic* |
Wildcards
Use a question mark to replace a single character within a word.
Ex: wom?n |
Operators
Use "and" or "or" to specify multiple words in any field, any order. Use "and not" to exclude words.
Ex: (scarlet fever) and child*
(alaska or canada) and (weather and not cold) |
Proximity
Use "near" to specify words close to each other, in any order.
Ex: California near university
|
|