Summary |
This topic explains the search methods that you can use on the Search tab. The check boxes at the bottom of the page will affect your search. |
Using full-text searches |
Enter a word or phrase in the Search tab to conduct a full-text search of all topics for occurrences of the word or phrase. |
Basic rules for full-text searches |
The basic rules for formulating queries are:
|
Searching for file names with an extension |
If you are searching for a file name with an extension, then you should group the entire string in double quotes, ("file name.ext"). Otherwise, the period will break the file name into two separate terms. The default operation between terms is AND, so you will create the logical equivalent to "file name AND ext." |
Wildcard Expressions |
You can search for words or phrases using wildcard expressions. Wildcard expressions allow you to search for one or more characters using a question mark or asterisk. |
Boolean Operators |
The AND, OR, NEAR, and NOT operators enable you to precisely define your search by creating a relationship between search terms. If no operator is specified, AND is used. For example, the query "Payroll Annual Leave" is equivalent to "Payroll AND Annual AND Leave." |
Nested Expressions |
Nested expressions allow you to create complex searches for information. For example, "hr AND ((management OR benefit) NEAR contract)" finds topics containing the word "hr" along with the words "contract" and "management" close together, or "hr" along with the words "contract" and "benefit" close together. |
Using Nested Expressions |
The basic rules for searching Help topics using nested expressions are:
|