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.
|
|
| + |
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:
|
| - | 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:
|
| * | 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:
|
| " | 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:
|