• The Search

    Click the Search tab to find word (phrase) in the text of the reference. (Keyboard shortcut: Alt+S)

    For example, let's find in Webster's Unabridged Dictionary the word "W" (see figure below):

    You can search for words or phrases using 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

    1. In the navigation pane, click the Search tab and then type the word or phrase you want to find. Use the right-arrow button to add Boolean operators to your search.

    2. Click List Topics button. Your search will return all (or the first 500) hits. If you want to sort the topic list, click Title or Rank. Rank means the degree of relevancy of the topic towards the given searched word.

    3. Highlight the topic you want, and then click Display. (Alternatively, you can display any topic by double-clicking it.)

  • 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.

  • Search Syntax

    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.

  • Wildcards expressions

    You can search for words or phrases and use wildcard: asterisk (*) and question mark (?). The table below describes the results of these different kinds of searches.

    Search forExampleResults
    ——————————————————————————————————————————————————
    A single wordSelect Topics that contain the word "select." (You will also find its grammatical variations, such as "selector" and "selection").
    A phrase"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 expressionsEsc* 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.

  • Operators: AND, OR, NOT, and NEAR

    The following table shows how to use each of these operators.

    Search forExampleSymbolResults
    ——————————————————————————————————————————————————
    Both terms in the same topic good AND choice& Topics containing both the words "good" and "choice".
    Either term in a topic good OR choice| Topics containing either the word "good" or the word "choice".
    The first term without the second term good NOT choice! Topics containing the word "good," but not the word "choice".
    Both terms in the same topic, close together good NEAR choice  Topics containing the word "good" within eight words of the word "choice".

  • Rules for Nested Expressions

    The basic rules for searching topics using nested expressions are as follows: