Contact us via email, text us at 646-265-1342, or schedule an appointment.
Search Technique |
Symbol |
Example |
Retrieves |
---|---|---|---|
Phrase SearchingUseful when you have a string of words that must appear next to each other in your search statement.
|
Most search engines use quotation marks around phrases. | “mad cow disease” | Articles where the exact phrase "mad cow disease" is present. |
TruncationAllows you to search for variant endings of a word. Remember that when you search, the database is looking for an exact match for your term so using truncation can increase the flexibility of your search.
|
Most databases use the asterisk however, some use a different symbol. Most notably, LexisNexis uses the exclamation point. | parent* | Articles with any of the following words: parent, parents, parenting, parental |
WildcardsAllows you to search for different variants of a word where the difference may be within the word as opposed to at the end of the word. This technique is most useful when searching for plurals that do not use an "s" (ex. woman vs. women) or when searching for articles in which there may be slightly different British spelling (ex. color vs. colour)
|
Some databases use the asterisk; others use the question mark. Check the help section to determine which symbol is use. | wom*n | Articles that contain either the word woman or women. |
When using article databases, remember there are always three stages in your workflow (the "three Ds"):
Boolean Operator |
Search Example |
Retrieves |
Venn Diagram |
---|---|---|---|
AND
|
rivers AND salinity |
Retrieves articles that contain |
|
OR
|
fruit OR vegetables
|
Returns articles that contain either the word fruits or vegetables. |
![]() |
NOT
|
fruit NOT apples | Returns articles that contain the word fruits but do not contain the word apples. |
![]() |
In the above examples, we showed the use of Boolean operators with 2 search terms; however, you can join any number of terms with Boolean operators.
In the examples below, you'll notice that we use parentheses to group search terms and operators. The parentheses tell the search engine how to read your search statement. Remember when you learned about order of operations in math and using parentheses? Same concept.
Search Example |
Retrieves |
Venn Diagram |
---|---|---|
Europe AND dairy products AND export |
Articles that contain all of the following words: dairy products, Europe, and export. |
![]() |
canoeing AND (kayaking OR sculling) |
Articles that contain the both of the words canoeing and sculling; also brings back articles that contain both of the words canoeing and kayaking. |
![]() |
South America AND (puma OR panther) NOT Brazil |
Articles that contain the terms South America and Puma; articles that contain the terms South America and Panther. Will not bring back articles with the term Brazil. |
![]() |