A basic search of topics consists of the word or phrase you want to find. You can use wildcard expressions, nested expressions, Boolean operators, similar word matches, the previous results list, or topic titles to refine your search.
To perform a full-text search
Your search will return the first 500 hits. If you want to sort the topic list, click Title, Location, or Rank.
To refine a full-text search
You can refine a basic search by using wildcard expressions, nested expressions, and Boolean operators. You can also search only on the previous results list, request similar word matches, or search only the titles of topics in the table of contents.
When Match similar words is selected, the viewer matches minor grammatical variations of the word or phrase you entered, as well as the word or phrase itself. For example, if you entered "add" and selected this box, the Library viewer would find "add", "adds", and "added". This option is independent of other options or syntax. If you do a titles-only search, variations in titles will be matched. If you use quotes (or any other query operator) any variation of the word can appear; for example, "stemmed search" will also match "stemming search".
To highlight words in searched topics
When searching for words in Help topics, you can specify that each occurrence of the word or phrase you searched for is highlighted in the topics that are found.
The basic rules for formulating queries are as follows:
Note If you are searching for a filename with an extension, you should group the entire string in double quotes, ("filename.ext"). Otherwise, the search will treat the period as an OR operator.
You can search for words or phrases and use wildcard expressions. The table below describes the results of these different kinds of searches.
Search for | Example | Results |
A single word | Select | Topics that contain the word "select." (You will also find its grammatical variations, such as "selector" and "selection"). |
A phrase | "new operator"
–or– 'new operator' |
Topics that contain the literal phrase "new operator" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying a new AND operator, which will find topics containing both of the individual words, instead of the phrase. |
Wildcard expressions | Esc* | Topics that contain the terms "ESC," "escape," "escalation," and so on. The asterisk cannot be the only character in the words. |
80?86 | Topics that contain the terms "80186," "80286," "80386," and so on. The question mark cannot be the only character in the term. | |
*86 | Topics that contain the terms "386," "486," "x86," "QEMM386," "8086," and so on. |
The AND, OR, NOT, and NEAR operators allow you to refine your search. The following table shows how to use each of these operators.
Search for | Example | Results |
Both terms in the same topic | dib AND palette
–or– dib & palette |
Topics containing both the words "dib" and "palette." |
Either term in a topic | raster OR vector
–or– raster | vector< |
Topics containing either the word "raster" or the word "vector." |
The first term without the second term | ole NOT dde
–or– ole ! dde |
Topics containing the word "OLE," but not the word "DDE." |
Both terms in the same topic, close together | user NEAR kernel | Topics containing the word "user" within eight words of the word "kernel." |
The basic rules for searching topics using nested expressions are as follows: