Truncation, to include different spellings, or include plurals
Wildcard, to mask one or more character
Note
OR between words expands your results. Use OR for words from the same concepts. Use AND between words for different concepts. AND will limit your results
OR terms for the same concept
AND the different concepts together
Parenthesis, will tell the database how to organize the terms, if you use both AND, or proximity operator and OR in the same search string
OR is used to combine terms within the same concept together – thus, expanding the search. Using OR between search terms broadens your results as any or all your search terms can be present, adolescence OR youth
AND is used to combine different concepts together, thus narrowing the search by combining terms. Using AND between your search terms narrows your search as it instructs the database that all your search terms must appear (in any order); cancer AND youth
NOT Used to exclude something and therefore narrows search - identifies references that do not contain the term following it. Be careful using the NOT operator for sensitive broad search
Order of precedence rules
If using multiple operators in the same search string, notice that they are processed in different order of precedence in different platform (database hosts):
Scopus: OR, AND, AND NOT (Notice also in Scoops that NOT = AND NOT)
EBSCOhost: AND, OR, NOT
Therefore: Use parentheses to override operator precedence. The expression inside the parentheses is executed first.
Using AND and OR in the same search string - use () around the word combined with OR, like this:
(adolescen* OR youth*) AND (cancer OR neoplasm*)
AND is often used as a default operator between two words, searching with two words like this; older people, the words are most often combined with AND. Note that you can do a more narrowing search with phrases or proximity. The most broader search is using AND between the search terms. Notice also abowe, the order of precendence!
If searching for documents about adolescents, social media and impact on loneliness, notice that this search string:
(adolescents OR youth OR young people) AND (social media) AND (lonely OR loneliness)
Is executed in Scopus like this, and it is not correct:
(adolescents OR youth OR young AND people) AND (social AND media) AND (lonely OR loneliness)
It is the same as:
((adolescents OR youth OR young) AND people) AND (social AND media) AND (lonely OR loneliness)
Correct;
(adolescents OR youth OR (young AND people)) AND (social AND media) AND (lonely OR loneliness)
Or use phrases for young people /social media
(adolescents OR youth OR "young people") AND ("social media") AND (lonely OR loneliness)
Or use proximity, and possible more terms for young people:
(adolescents OR youth OR (young w/2 (people OR person OR population OR adult))) AND ("social media") AND (lonely OR loneliness)
Database default value
PubMed |
Automatic AND. If doing a search without specify fields the automatic mapping function also includes the MeSH (Medical subject headings). Look into the search history. Go to advanced, the open the history search details: Example, from the basic search: pressure ulcer The PubMed is executing the search like this: Search: "pressure ulcer"[MeSH Terms] OR ("pressure"[All Fields] AND "ulcer"[All Fields]) OR "pressure ulcer"[All Fields]he terms in the search must be within a specified number of terms (n). Either word may appear first. |
---|---|
EBSCOhost |
Boolean/phrase search mode, automatic proximity operator between words, N5: pressure ulcer = pressure N5 ulcer Find all my search term = AND between two words: pressure ulcer = pressure AND ulcer |
Ovid | Advanced search, two words are searching as phrases: pressure ulcer = "pressure ulcer" |
Scopus | Default AND: pressure ulcer = pressure AND ulcer |
Web of Science | Default AND: pressure ulcer = pressure AND ulcer |
Phrase search- is a search for a combined concept with quotation marks around the words – to ensure hits where these words are standing next to each other: "quality of life"
See also use of proximity to broaden the search, or using AND between the word instead
Proximity searching is a way to search for two or more words that occur within a certain number of words from each other (EBSCO)
This is a more broad search than searching words as phrases (may retrieve more of the relevant articles that exist in the database), but more narrowing than using AND between the word (retrieve less irrelevant articles, but could miss relevant)
Example the concept older people
Note how the different database interfaces are using the proximity operator. Read the database help text
EBSCOhost |
N# - Near Operator (N) - ex N5 finds the words if they are within five words of one another regardless of the order in which they appear. For example, type tax N5 reform to find results that would match tax reform as well as reform of income tax. W# - Within Operator (W) - In the following example, W8 finds the words if they are within eight words of one another and in the order in which you entered them. Note the search mode option:
|
---|---|
Ovid |
adj# The ADJ operators finds two terms next to each other in the specified order. |
Scopus |
w/n W/n "within". Where the terms in the search must be within a specified number of terms (n). Either word may appear first. Pre/n Terms must appear in a specific order between words |
PubMed |
To create a proximity search in PubMed, enter terms using the following format: Example: "rationing healthcare"[tiab:~2] Proximity search cannot be combined with a wildcard, use OR insted: "rationing healthcare"[tiab:~2] OR "rationing health"[tiab:~2] |
Cochrane library |
NEXT - Finds the terms when they appear next to each other. Terms must appear in the order specified. Use for phrase searching with wildcards.
NEAR/X - Finds the terms when they are within X words of each other where X = the maximum number of words between search terms. Terms can appear in either order. NEAR/X Example: cancer near/3 lung (finds lung cancer, as well as, cancer of the lung)" |
Web of Science |
NEAR/n Use NEAR/x to find records where the terms joined by the operator are within a specified number of words of each other. Replace the x with a number to specify the maximum number of words that separate the terms. |
ProQuest |
NEAR/n Look for documents that contain two search terms, in any order, within a specified number of words apart. Replace ‘n’ with a number. In the example, 3 means within 3 words. Help information: |
Video Demo OVID; ADJn
In a systematic search specify the field code for the words. Find the field codes in the database help text, examples
PubMed, FAQ user guide, appendix, Filed guides- Link -See also MEDLINE®/PubMed® Data Element (Field) Descriptions
Ovid, Click on the the database information icon. Go to Ovid (More information below)
EBSCOhost. se detail information about the database in the database list, and select more information. Go to EBSCOhost list of available database for UiA or use the direct links below
Scopus, use the advanced search mode
General field codes (word indexed fields, a single word from the field is searchable)
.mp (word from the standards field, includes the fields below, mp - multiple purposes)
.ti (word from title)
.ab (word from abstract)
.id (key concept, used in APA PsycInfo)
.kf (keyword from author, used in MEDLINE and EMBASE, differs from .kw that is phrase indexed)
.hw (heading word, a single word from a subject heading. Differs from sh, subject heading that is phrase indexed. For exact subject heading use the slash / and if you need to search the narrowing subject heading, use exp before the heading word/phrase)
Example search string:
(physical activity or sport* OR exercise).ti,ab,id,hw
Notice that in Advanced search, the words physical activity is searched as a phrase "physical activity", in other database this is often searches as physical AND acitivty