Keywords (or search terms) are the words you use to search. They're what you enter into the search box of a search tool, such as Google or a Library database like ProQuest.
Databases such as the ones you will be using for your classes provide better results if you use three strategies for entering your keywords.
Separate words and phrases with the word AND, like this:
union AND education AND teachers
The AND is called a Boolean operator.
Another Boolean operator is OR, which you can use to link synonyms:
union AND education AND (teachers OR faculty OR professors)
Notice that when you use OR, you also use parenthesis around the words your connecting (that's important!)
Use quotation marks around common phrases. Quotation marks will keep your words "stuck" together.
"higher education"
"labor activist"
"collective bargaining"
"student success"
You can search the open web more efficiently using the following strategies.
Limit your search to a specific domain type or website using site:
site:.gov
site:.edu
site:usnews.com
Find websites that have your search terms in the title using intitle:
intitle:"racial bias"
Examples:
intitle:"food desert" site:.edu
intitle:food site:theatlantic.com
Use the asterisk to truncate words. Truncating means that you put an * at the end of the root word.
education -- looks only for the word education
educat* -- looks for educate, education, educating, educational
More examples:
environ* = environment, environmentally
latin* = latinx, latino, latinas
teen* = teen, teens, teenagers
union AND education AND teachers
union* AND educat* AND teacher*
union* AND educat* AND (teacher* OR faculty OR professor*)
union* AND "higher education" AND (teacher* OR faculty OR professor*)