Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 708 Bytes

search_boolean_operators.md

File metadata and controls

31 lines (30 loc) · 708 Bytes

An operator can be used to ensure that certain terms are included in the results, are excluded from the results, or are not included even when other aspects of the query match. Searches can use the following operators:

Operator Description
AND Use to find a match when both terms exist.
OR Use to find a match if either term exists.
NOT Use to exclude the term after NOT from the search results.