Using AND/OR/NOT (Boolean Search Operators)

Use Boolean search operators to combine search parameters.

AND
All parameters must be contained in a document for the document to be returned as a search hit. The parameters, by default, are not required to be located together or in any specific order in the document.
OR
A document must contain at least one of the parameters to be returned as a search hit.
NOT
Documents containing specified parameters are excluded.

When using Boolean search operators, keep in mind:

  • Capitalization of the operators is not required.
  • Always separate an operator from its parameters with a space.
  • AND is the default operator between parameters when no other is specified.
  • OR and NOT operators must be manually inputted between parameters.
  • NOT requires at least one parameter to its right.
  • If used with the concept search mode, the system disables concepts for the parameter of the NOT operator and instead applies stem mode to the parameter of the NOT operator.

Note: Operator names are configurable and may be different in your user interface.

Search for the Words And, Or, Not

Your search may contain a word that is also used as operator name. To search for such words, use wildcard search or phrase search.

Not*
And*
Or*
Wildcard search finds the actual word and any word that starts with not/or/and, respectively. For example: Nottingham, or Andrew, or Oregon.
"Not"
"AND"
"OR"
This finds the actual word. Phrase search ignores any operator names.
For example, searching for apples "not" pears finds documents that contain all three words: apples, not, and pears.
"apples not pears"
"apples and pears"
"apples or pears"
Phrase searches containing multiple words, including an operator name also treat the operator name as a normal word.

Note: If the stop word feature is active, and NOT, AND or OR are configured as stop words, such a search is invalid, as a phrase search for a stop word only is not possible.

 

Influence Search Result Order with Boolean Operators and Asterisk

Copyright © 2019 Open Text. All Rights Reserved. Trademarks owned by Open Text.