Text Search Rules

When you search for text, you generally can type the text you are looking for (the search string). However, there are a few things you should be aware of:

In addition, the following table describes a number of operators you can use to modify your search strings:

Operator/Description

Example Search Text

Example Search Results

Wildcards are symbols that represent any character, allowing you to search for partial terms.

The asterisk (*) represents any number of characters.

Note: You must include at least three characters if you are doing a substring search (wildcards on each end of the string).

sub*

subdirectory, subject, subjective

AND finds objects containing all of the specified terms.

holiday AND schedule Holiday Schedule

OR finds objects containing at least one of the specified terms.

Note: This is the same as entering a list of terms, separated by commas (,) or vertical bars (|).

holiday OR vacation

Holiday Schedule, Christmas Holiday Party, Scheduling Vacation

NOT excludes objects containing the specified term.

holiday NOT vacation

Holiday Schedule, Christmas Holiday Party

NEAR finds terms within a specified proximity of each other. For example, <NEAR/10> finds objects within 10 words of each other.

early <NEAR/10> retirement

Plan early for your retirement.