Search Help

If you aren't getting good search results, it might be necessary to use more advanced search techniques.
Our search tool accepts some basic boolean operators to help improve your search results.

To search for a single keyword or phrase

To find a keyword, just type in that keyword, like so:
keyword Matches 'keyword' but not 'keywords'

To search for a whole phrase, place it in a pair of quotes, like so:
"Search for this phrase" Matches 'Search for this phrase' but not 'Search for a phrase' or 'Search for this or another phrase'

To exclude a keyword or phrase from your search, use the "-" sign, like so:
keyword -keywordTwo Matches 'keyword' but not 'keyword keywordTwo' "find this phrase" -"but not this phrase" Matches 'find this phrase' but not 'find this phrase but not this phrase'

To search for multiple words or phrases at a time

If you want all results containing ONE of your keywords or phrases, simply separate them with spaces, like so:
keyword keywordTwo Matches 'keyword' or 'keywordTwo' "Find this phrase" "or this other phrase" Matches 'find this phrase' or 'or this other phrase'

If you want all results containing ALL of your keywords or phrases, use the "+" sign, like so:
keyword +keywordTwo Matches 'keyword keywordTwo' but not 'keyword keywordThree' or 'keywordTwo keywordThree' "find this phrase" +"and also this phrase" Matches 'find this phrase and also this phrase' but not 'find this phrase'

To search for a keyword or phrase AND ONE OR ALL of a set of other keywords or phrases, use the "+" and "()" signs to indicate a group, like so:
keyword +("Either this phrase" "Or this phrase") Matches 'keyword either this phrase' or 'keyword or this phrase' but not 'either this phrase or this phrase'