Multiple words are searched together as one
phrase.
United States supreme court
law of the sea
TRUNCATION
Words
may be right-hand truncated using an asterisk. Use a
single
asterisk * to truncate from 1-5 characters. Use a double
asterisk
** for open-ended truncation.
bank* [picks up bank, banker, banking, but not
bankruptcy]
tax**
OPERATORS
Use
"and" or "or" to search for multiple
words
in any field, any order. Use "and not" to
exclude
words. Parentheses group words together when using Boolean
operators.
restatement and tentative draft
(employ* or labor) and Washington State
PROXIMITY
Use
"near" to search for words close to each other
(within
10 words, in the same field), in any order. Use
"within
#" to search for words within a specific distance, in
any order
California
association within 3 law school*
FIELDS
Specify
fields to search, using field abbreviation. Fields
available
for this database are au: (author), ti: (title), su:
(subject),
and no: (notes and additional keywords).
au:rodgers and ti:environment*
au:united states and (su:handicapped or
su:disabled)