abc def
Returns results that contain both abc and def.
abc and def
Returns results that contain both abc and def.
abc or def
Returns results that contain abc or def.
abc and (def or ghi)
Returns results that contain abc and def or ghi.
"abc"
Returns results that contain the exact term abc.
+abc
Returns results that contain the exact term abc.
-abc
Returns results that don't contain abc.
<abc def>
Returns results that contain def near abc.
~abc
Returns results that contain abc and also contain thesaurus terms defined for abc.
Verbs
When you search for a term we'll also search for all verbs of your term. For example if you search for drive you will also see results that contain the terms driven, driver, driving, drives, drove etc. To disable this perform an exact search by wrapping your term within double quotes or by using the plus operator, for example "drive" or +drive.