Wildcards, Boolean and Proximity Operators, and Precedence
You can use Boolean operators, wildcard and truncation characters, as
well as adjacency operators to adjust your search.
Wildcard and Truncation Changes
The wildcard and truncation characters let you create more powerful searches
by looking for alternate spellings and forms of words.
The wildcard character (?) can be used in place of a single character
in your search terms, when more than one letter is likely to fit that
space. The wildcard character can be used at the end or in the middle
of a word.
The truncation character (*) is used to replace zero or more characters
at the end of a word.
|
This Operator:
|
Example Search:
|
What It Finds:
|
|
? (wildcard)
|
educat??
wom?n
|
Articles containing educator and educated.
Articles containing the words woman, women, and womyn.
|
|
* (truncation)
|
educat*
|
Articles containing educator, educated, and education.
|
Boolean Operators
Boolean operators connect your search words and treat them differently
than a search phraseto either broaden or limit your
search.
|
This Operator:
|
Example Search:
|
What It Finds:
|
|
OR
|
bush OR cheney
|
Articles with one or both terms.
Remember: or gives you more.
|
|
AND
|
microsoft AND gates
|
Articles with both of two terms in same paragraph.
|
|
AND NOT
|
java AND NOT coffee
|
Articles with the first term (java), but NOT the second term (coffee)
in the same paragraph.
|
Adjacency Operators
Adjacency operators let your control how closely the two search words
are positioned to each other in the articles ProQuest finds. Using an
adjacency operator limits your search results, because you’re constraining
what constitutes a match.
|
This Operator:
|
Example Search:
|
What It Finds:
|
|
Within
|
education W/5 internet
|
One word must be within a specified number of words of another
word.
|
|
Not Within
|
mississippi NOT W/3 river
|
One word must NOT be within a specified number of words of another
word.
|
|
Preceded by
|
european PRE/2 community
|
One word must precede another word by a specified number of words.
|
|
Within Doc
|
baseball W/Doc michael jordan
|
Two words must appear in the same article.
|
Using Boolean and Adjacency Operators
You can always combine multiple search strategies to focus your search
to ensure that you find just the articles you want. Here are some examples
of more complex searches.
|
These Operators:
|
Example Search:
|
What It Finds:
|
|
OR and Within
|
trend W/5 (internet OR web)
|
Articles on Internet trends or web trends. Using OR will broaden
the search, but using Within limits the search.
|
|
AND NOT and Within Doc
|
java AND NOT coffee W/Doc sun
|
Articles about Sun’s Java technology, but not articles on growing
coffee. Using AND NOT and using Within Doc both limit the search.
|
|
OR and
Preceded by
|
military policy PRE/1 (U.S. OR american)
|
Articles covering U.S. military policy as well as articles referring
to American military policy.
|
|
AND and
Not Within
|
herniated disk AND spinal cord NOT W/5 lumbar
|
Articles about spinal cords and herniated disks in the cervical
and thoracic regions of the spine, but not the lumbar region.
|
Precedence and Parentheses
ProQuest interprets your search from left to right. However, it observes
an order of precedence with respect to operators.
OR has precedence over AND
ProQuest gives the OR operator precedence over the AND operator. This
means, if you enter cat AND dog OR pet, ProQuest interprets the
search as cat AND (dog OR pet). All the articles your search finds
will contain the word cat, and will also contain the word dog, the word
pet, or the words dog and pet.
Using Parentheses
You can change the order of precedence for your search by using parentheses.
Surrounding terms with parentheses forces them to be evaluated together.
To change the search in the previous example to find articles that contain
both cat and dog within the same paragraph or articles that contain just
pet, add parentheses: (cat AND dog) OR pet.
Precedence and Operators
Precedence is not limited to operators. It extends to cover anything
that you can include in a search, including fields, operators, and phrases.
The following list details the order of precedence (from highest to lowest)
that ProQuest observes when interpreting your search:
|
Operator
|
Example:
|
Becomes:
|
|
A phrase
|
"big yellow dog" OR pet
cat AND dog OR pet
|
(big yellow dog) OR pet
cat AND (dog OR pet)
|
|
OR
|
cat OR dog
|
cat OR dog
|
|
PRE/n
|
cat AND dog PRE/2 pet
|
cat AND (dog PRE/2 pet)
|
|
W/n
|
cat AND dog W/2 pet
|
cat AND (dog W/2 pet)
|
|
AND with a search field
|
cat AND Sub(dog) OR pet
|
cat AND (Sub(dog) OR pet)
|
|
AND NOT with a search field
|
cat AND NOT dog AND pet
|
cat AND NOT (dog AND pet)
|
|
W/DOC
|
cat W/DOC dog AND pet
|
cat W/DOC (dog AND pet)
|
Precedence and Advanced Search
When you enter a search using AND NOT by typing it into Basic Search
or typing it onto a single row in Advanced, the search applies the AND
NOT to everything after it. For example, when you search for cat AND
NOT dog AND pet, it searches for cat AND NOT (dog AND pet).
This can cause confusion for new users who only want to exclude a single
term from their search.
To solve this problem, ProQuest handles AND NOT differently than other
Boolean operators within Advanced Search. When you select AND NOT using
the dropdown on the left next to a row, that criteria is automatically
moved to the end of the query when it is interpreted by the ProQuest search
engine.
For example if you enter:
Row 1: cat
Row 2: AND NOT dog
Row 3: AND pet
Your search will be interpreted as: (cat AND pet) AND NOT dog
|