Advanced search options
Use advanced search options to control the scope of your search from any of the applications.
When performing an advanced search, you can search for single terms, such as test or hello, or phrases, such as "test search" or "hello world".
Wildcard searches
A wildcard is a character that can be used to represent one or more other characters in a search term. Search supports single and multiple character wildcard searches within single terms, but not in phrases. You cannot use the question mark (?) or asterisk (*) wildcards as the first character of a search string.- Single character wildcard searches
To perform a single character wildcard search, use the question mark (?). The Search application looks for terms that match when the single character is replaced by another character.
For example, if you enter te?t as a search string, the results might include information containing the terms text and test.
- Multiple character wildcard searches
To perform a multiple character wildcard search, use the asterisk (*). This type of search looks for zero or more characters.
For example, if you enter test* as a search string, the results might include information containing the terms test, tests, and tester.
Search operators
Operator | Description |
---|---|
OR | Use the OR operator between two words to search for content that contains
either word. For example, if you enter car or motorcycle, Search returns information that contains either car or motorcycle. |
AND | Use the AND operator to search for content where both terms exist anywhere in
the text of a single document. By default, a space between keywords is treated as an AND operation.
The double ampersand (&&) operator can be used as a synonym for the AND operator. For example, to search for information containing the text car and motorcycle enter the following query: "car" AND "motorcycle" |
+ | Use the plus sign (+) to combine search words. The plus sign operator is
similar to the AND operator, but it applies only to the word immediately following it. For example, to search for information that must contain car and can contain motorcycle, enter the following query: +car motorcycle |
NOT | Use the NOT operator to exclude a word from your search. Results containing
the word immediately following the operator are excluded by the search. The exclamation point (!) and minus sign (-) can be used as synonyms for the NOT operator. For example, to search for
information that contains car but not
motorcycle, enter one of the following queries:
Using the NOT operator, exclamation point (!), or minus sign (-) with a single term returns no results. |
Grouping
Use parentheses to group search terms in clauses and further refine the scope of your search.For example, if you want to search for information that contains plane and car or plane and motorcycle, enter the following query:
(car OR motorcycle) AND plane
Special characters
When your search term contains one of the nonalphanumeric characters listed below, you need to escape the character by using a backslash ( \ ) before the character or by enclosing the search term in double quotation marks ("). Use a backslash before using any of these characters:+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
If you do not perform this escape operation, Search interprets the characters as being part of the query instructions.- cat \+ dog
- "cat + dog"