Search Tips
- You can use the AND, OR, and NOT operators in a single query: "deferred AND (compensation OR plans)".
- You can enter multiple words separated by commas: "deferred, compensation, plans". The comma is treated as if it were an "OR". If you omit the commas, the query expression is treated as a phrase, so documents would be searched for the phrase "deferred compensation plans".
- Case is ignored, but only when the search string is all lowercase or all uppercase. If the criteria is mixed case ("All"), only the same case would match (only "All", not "all" or "ALL").
- Entering the word "defer" will find documents containing the word "defer" but not "deferred." You can use wildcards to broaden the scope of the search. For example, "defer*" will return documents containing both "defer" and "deferred".
|
|
|
|