A nuanced search with boolean operators might look like:
plate* AND (continental OR tectonic) NOT "continental breakfast"
The most common boolean operators are OR, AND, and NOT.
The OR operator returns results that match either term.
The AND (or ampersand [&], on some platforms) operator limits results to those which match both terms.
The NOT operator (or the minus sign [-], on some platforms) excludes results that match the immediately following term.
Note: Implementation varies across databases; to increase your chances of success, capitalize the above boolean operators—it isn't always necessary, but it won't hurt.
Other operators include double quote [""] and parenthetical [()] enclosure, and asterisk [*] and question mark [?] operators.
Double quote enclosure allows you to require matching for an exact word or phrase.
A search for "bull horn" will return very different results than a search for bull horn.
Parenthetical enclosure allows you to specify the order of operations:
A search for continental AND plate OR shelf will return very different results than a search for continental AND (plate OR shelf).
The asterisk and question mark serve as a wildcard operators.
The question mark allows for one variable character.
A search for b?ll should return results that include the strings ball, bell, bill, boll, and bull—but not baall.
The asterisk allows for any number of variable characters, or no variable characters at all.
A search for continen* should return results that include the strings continence, continent, continental, and continents.
Our guide to Source evaluation techniques describes techniques that our librarians find useful for evaluating source reliability.
There are no hard and fast rules as to which technique works best for evaluating a source. As a critical information consumer, you would do well to become familiar with at least two of these methods, and to build the habit of pausing to use them when you encounter new sources.
Across all of these techniques, some core principles emerge: