Boolean Search Tips
AND Example: Project AND Manager
Using this operator will return only the results with both the words Project AND Manager in either the title or the description unless specified.
OR Example: Manager OR Sales
Using this operator will return results that contain either Manager OR Sales in the title or the description unless specified.
AND NOT Example: Manager AND NOT Sales
Using the word AND NOT will return those results that contain the word Manager but will exclude those that contain the word Sales.
( ) Example: (Project OR Sales) AND Manager
Utilising parentheses allows you to separate subsets of keyword. The search will return here the jobs containing the key words Project with Manager or the word Sales with Manager or both the words Project and Sales with Manager.
"" Example: "Project Manager" AND Sales
Utilising quotations allows you to exact match a key phrase. The search will return here the jobs containing the phrase "Project Manager" and containing the word Sales. You cannot utilise any of the other operators within the exact match quotation marks.