How to do a keyword search?

When you search by keywords you can use Boolean logic:

  • When words are separated by a space we do an AND, for example : automotive sales (search automotive sales AND automotive).
  • To search for an exact expression you must place the expression between inverted commas as in google, example: "car sales" (search for the exact expression, i.e. the 2 words must follow each other).
  • To make an OR you can make 2 searches (it is a logical OR) or put the keyword OR, example: sales OR representative (search for sales or representative).
  • In Boolean logic, ORs are additions and ANDs are multiplications. You can group them together, for example: (salesOR sales representative) automobile (search for sales OR sales representative).

In summary:

  • ANDs are done with a SPACE.
  • ORs are done with the OR keyword