|

Search help

Search Operator Meaning Example
Every word specified is optional. A search phrase, Project Manager, will search all records for the phrase Project or the phrase Manager. Any rows that contain either or all of these phrases (not necessarily in that order), will be returned as part of the search results.
The following would match the above search phrase.
  • This candidate has been a manager on many projects
  • This candidate has project managed many projects
  • This candidate has been an inspiring project manager
+ A leading plus sign indicates that this word must be present in every record returned.
A search phrase, +Project +Manager will yield the following results:
  • This candidate has been an inspiring project manager
  • This candidate has been a manager on more than one project
- A leading minus sign indicates that this word must not be present in any row returned. A search phrase, +Project -Manager will yield the following results:
  • This candidate has project managed many projects
* An asterisk is the truncation operator. Unlike the other operators, it is appended to the word, or fragment, not prepended. A search phrase +Proje* Man* will yield the following results:
  • This candidate has been a manager on many projects
  • This candidate has project managed many projects
  • This candidate has been an inspiring project manager
" Double quotes at the beginning and end of a phrase, matches only rows that contain the complete phrase, as it was typed. A search phrase "Project Manager" will yield the following results:
  • This candidate has been an inspiring project manager