Solaris Common Desktop Environment: User's Guide

To Search for Topics Using the Help Index


Note -

The help index is available only in a general help window.


  1. To open the index, click the Index button.

    The index lists all of the entries for the current help volume. You can choose All Volumes to view an index for all available help volumes or choose Selected if you want to select only certain volumes.

  2. Select the Entries with field, type the word or phrase you are looking for, and press Return.

    Index searches are not case sensitive. Wildcards such as * (asterisk) and ? (question mark) can be used (see "Pattern Searches" below).

  3. Select the index entry you want to view.

    If the entry has a + (plus sign) prefix, the list will expand to show additional choices. Then select a help topic to view.

    You may view as many topics as you want.

  4. Click Close when you are done.

Pattern Searches

In a pattern search certain characters (known as "wildcards") have special meaning. You can combine these characters in a variety of ways.

Two frequently used wildcards are asterisk (*) and question mark (?). The * matches any string of characters (including no characters), and ? matches any single character. Other wildcards include:

. (period)--matches any character

| (vertical bar)--specifies two search patterns and matches either pattern (logical OR)

( ) (parentheses)--encloses a pattern expression

To search for a character that has special meaning in a regular expression, precede the character with a \ (backslash).

Examples

mouse.*clicking--matches entries that contain the word "mouse" followed by any number of characters followed by "clicking"

mouse | click--matches entries that contain the word "mouse" or "click"

(session | style)*manager--matches entries that contain "Session Manager" or "Style Manager"