AND
Use AND to narrow a search and retrieve records containing all of the words it separates, e.g. adolescents AND children will only find records containing both these words.
OR
Use OR to broaden a search and retrieve records containing any of the words it separates, e.g.adolescents OR children will find records containing adolescents only, children only, or both words.
NOT
Use NOT to narrow a search and retrieve records that do not contain the term following it, e.g. adolescents NOT children will find records that contain adolescents, but will not contain the word children.
There are no stop words within the ProQuest platform. However, the natural language processing used by the search engine will naturally filter out certain “overabundant” words as being irrelevant. While the number of times a term appears within a document does increase its relevance, this only works up to a certain point, at which time its relevance begins to decrease.
SYSTEM SEARCH DEFAULTS
DEFAULT SETTINGS THAT CAN BE CHANGED:
These defaults can be controlled by your ProQuest administrator. Users accessing My Research can also change these settings in the account Preferences section of their My Research account.
Please note: putting terms within the quotation marks " " temporarily deactivates the Variants searching.
Curly brackets operator { }:
To search an exact phrase and keep the Variants searching active, include the phrase within the quotation marks " " and the newest operator, curly brackets { }.
Compare “advertising campaign” with “{advertising campaign}”
TRUNCATION
The asterisk (*) is the truncation symbol, used to replace one or more characters. The truncation character can be used at the end (right-hand truncation), or in the middle of a word. The maximum number of characters that will be retrieved is 5.
Example: Searching for econom* will find economY, economICS, economICAL, etc.
Limited truncation: a number can be entered next to the asterisk to define how extensive the truncation should be. The max number supported is 20. This way the default limit of max 5 characters can be overcome.
Example: econom[*2] will find economY, economIC but not economIST, i.e. will replace up to 2 characters only
An asterisk can also be used within the double quotes to account for the retrieval of plurals, for example. Please note: Exact quotes plus the truncation on a single word don’t work with "econom*" the truncation won’t execute.
Example: "economic value*" can help retrieving also the plural "economic values"
*Note: When using the asterisk (*) or wildcard (?) in your search, any terms retrieved using either of these are not considered when sorting your results based on relevance. This is because there is no way for ProQuest to assess the relevance of these terms to your research as the term itself is not exact. For example, your search on 'bio*' could return occurrences of any of all of these terms: 'bionic' or 'biosynthesis' or 'biodegrade' or 'biographic.' One, some, all, or none could be relevant to your search.
WILDCARD
The question mark symbol (?) is the Wildcard character, used to replace any single character, either inside or at the right end of the word. A word in your search term can include one or more question marks to represent one or more characters.
Important to know: A single ? wildcard characer will match both zero and one character... meaning cat? will return matches on both cat and cats. Similarly, cat?? will return documents with matches on cat, cats, and catch—0, 1, or 2 characters in this example.
Example: Searching for t?re will find tire, tyre, tore, etc.
RANGE SEARCH
Use a hyphen (-) to indicate a range when searching numerical fields, such as Publication date.
Example: YR(2015-2018)
Use the less than or greater than symbols (< or >) to indicate before/after or smaller/larger or less/more when searching numerical fields, such as the Publication date.
Example: YR(>2018) will locate documents published after 2018.
Proximity and adjacency operators are used to broaden and narrow your search.
NEAR/#
N/#
Finds documents where the search terms are separated by up to a certain number of words of each other (either before or after). Note: If you don't specify a number after the slash, NEAR will default to maximum 4 intervening words between terms
Example: computer NEAR/3 careers
Computer and careers can be separated by up to 3 intervening words. Retrieves career in the computer industry.
PRE/#
P/#
Finds documents where the search terms are separated by up to a certain number of words of each other in the specified order. Note: If you don't specify a number after the slash, PRE will apply a default value of max 4 intervening words.
Example: "business management" PRE education = "business management" PRE/4 education
"pre" p/1 war retrieves pre-war and also pre-world-war
Note: to search PRE or NEAR as search terms, put them between quotes.
EXACT
.E
Used primarily for searching specific fields, like Subject. EXACT looks for your exact search term in its entirety, rather than as part of a larger term.
Example: EXACT(“higher education”) in the Subject field SU.EXACT(“higher education”) will retrieve documents with the subject term "higher education".
It will not retrieve documents with the subject terms “higher education administration”, “women in higher education”, etc.
ProQuest assumes your search terms should be combined in a certain order. If you include operators such as AND and OR in the same search string, they will be processed in this order:
PRE, NEAR AND, OR, NOT.
For instance, in a search on education AND elementary NOT secondary the combination education AND elementary is considered first, which is correct. This search will return results regarding education with information on elementary but not secondary level.
Parentheses can be used to control the order in which the search terms are combined, when the standard operator precedence would retrieve unintended results.
An example why parentheses are important: Searching for:
dog OR cat AND food OR nutrition
will retrieve a certain number of documents which contain both CAT and FOOD, plus a certain number of documents which may contain either DOG or NUTRITION alone, thus including several potentially irrelevant documents
Considering the precedence order, the above search will be processed this way:
dog OR (cat AND food) OR nutrition
In order to get the intended results, i.e. documents that contain either DOG or CAT, but also must contain either FOOD or NUTRITION, in any combination, use the parentheses to change the order:
(dog or cat) AND (food or nutrition)