Search Tips
Use quotes to find an exact phrase, for example: "configuration wizard" .
Boolean operators and parentheses are allowed. For example: "configuration wizard" AND (server OR portal) NOT install . Note: the operator AND is implied when no other Boolean operator is used.
Use the asterisk (*) as a suffix wildcard character in keywords. For example, admin* will find documents with keywords such as administration or administrator.
Use the NEAR operator to find keywords that appear near to each other. For example, configuration NEAR cluster will find documents with words configuration and cluster appearing within roughly 50 words of one another.
For more precision than the NEAR operator, use the w/number operator. For example, configuration w/5 cluster will find documents where configuration and cluster are within 5 words of each other (ignoring common words like the, that, of, and so on).