Boolean operators for filters

Prev Next

When filters are chained together, you can select to add a new filter with an OR, AND or NOT operation. In Elasticsearch syntax, an AND is referred to as a MUST condition. An OR is referred to as an EITHER condition, and a NOT is referred to as a MUST NOT condition. When the filter is created, you can select these conditions in the querystring.