Boolean Search Operators (AND/OR/NOT)

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.

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