You can use special punctuation marks to refine your search.
Table 3: Operators that can be used in keyword queries
| To search for | Operator | Example | Result |
|---|---|---|---|
| Specify part of a word | * | serv* | Include terms beginning with "serv". |
| Exclude specified content | - | -mail* | Excludes content with values that match the exclusion. |
| Exclude specified content | NOT (case-sensitive) |
NOT mail* | Excludes content with values that match the exclusion |
| Include specified content | + | +mail* | Includes content with values that match the inclusion. |
| Multiple keywords | space | mail user | Returns content that includes either 'mail' or 'user'. |
| Multiple keywords | OR (case-sensitive) |
mail OR user | Returns content that includes either 'mail' or 'user'. |
| Multiple keywords | AND (case-sensitive) |
mail AND user | Returns content that includes both these keywords. |
| Exact phrase | Quotation marks | "Object hard deleted" | Finds items that contain the exact phrase "Object hard deleted". |
|
|
Note: Asterisk matches zero or more non-space characters. |