How to Search in this Book
-
Search is not case-sensitive.
Example
For example, a search for the word
dog
finds matches forDog
anddog
. -
Search highlighting shows the matches in the topic.
Note - Not all search words might be highlighted in the search results.
-
In the search results list, click the applicable topic to open it.
-
When you separate search words with a blank space, the search always uses the boolean AND operator.
Example
cat dog
-
To search for a phrase (specific words that must appear together), enclose the search phrase in double quotation marks.
Such search also supports the leading or trailing whitespace characters.
Example
"Dog Friendly"
-
You can search for specific words that must appear in the same topic file.
Example
Use one of these separators between all the search words:
Separator Examples The boolean AND operator
cat AND dog And mouse
cat And dog and mouse
cat and dog and mouse
The plus symbol (+)
cat + dog + mouse
The ampersand symbol (&)
cat & dog & mouse
-
You can search for topic files that contain any of the specific words.
Example
Use one of these separators between all the search words:
Separator Examples The boolean OR operator
cat OR dog
cat Or dog
cat or dog or mouse
The pipe symbol (|)
cat | dog | mouse
-
You can search for topic files that contain the specific words and do not contain other specific words.
Example
Use one of these separators to exclude the specific search words:
Separator Examples The boolean NOT operator cat NOT dog
cat Not dog
cat not dog
cat ! dog
The boolean XOR operator
cat ^ dog
-
To combine search words and search operators, use parentheses
( )
.Example
cat and (dog or mouse)
-
The search field supports partial word search when you enter between 3 and 10 characters.
The partial word search ignores the leading or trailing whitespace characters.
-
The search field does not support wildcards (
*
,?
,.
) or regular expressions. -
The search field ignores specific words.