The keyword search searches every text field (for example location, job title, job description, company name etc.) using a form of boolean searching where results will be returned which contain any of the words searched on. ('OR' search) There is no need to enter a comma or other separator between keywords - just use a space. Quotation marks can be used around multiple words to mean search for that phrase rather than any of the individual words. Plus (+) and minus (-) signs can also be used to mean a particular word must be found or must not be found.
Here are some brief search examples:
sales manager : finds jobs matching "sales" or "manager"
"sales manager" : find jobs matching the phrase "sales manager"
sales +manager : finds jobs matching "manager" which may or may not contain "sales" (those that contain both words will appear higher up in the results)
+manager -sales : finds jobs matching "manager" but do not contain the word "sales"
+sales +manager : finds jobs matching "sales" AND "manager"
'Stemming' is also used, meaning that derivatives of a word will also be found, for example engineer will also find engineers and engineering