You can use advanced search options to control the scope of your search from any of the applications in IBM® Connections.
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". Note that to search for a phrase, you must enclose the phrase in double quotation marks ("). Search is not case-sensitive. You can further refine the scope of your search by combining search terms with Boolean operators to create a more complex query. You can also perform wildcard searches, and group search terms using parentheses to form sub-queries.
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.
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.
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. |
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
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
If you do not perform this escape operation, Search interprets the characters as being part of the query instructions.