| You type | Documents will be retrieved if they contain: |
|---|---|
| "star wars" | The exact phrase "star wars" regardless of capitalization. |
| star wars | All the words typed i.e. star AND wars regardless of capitalization but not necessarily together or in any order. |
| star | wars | Any one of the words typed i.e. either the word star OR the word wars regardless of capitalization. |
| star -wars | The word star, but NOT the word wars |
Tip: When searching, don't enter plural forms such as crimes because only documents with crimes (plural) will be found.
If you enter crime* (singular with wildcard), you will retrieve documents with both crime and crimes.
Grouping allows you to form complex queries from the simple operators explained above.
| You type | Documents will be retrieved if they contain: |
|---|---|
| (star wars) | (cloud city) |
Both the words star AND wars OR both the words cloud AND city. Documents with all words (star, wars, cloud, and city) will be retrieved. |