Filtering methods

Filtering methods

Each field type has its own set of filtering methods that help you find the data you need inside a collection. First, let's look at all available filtering methods, and then go through each field type.

All methods

Filtering methodMeaningUsed by
Is, Is notExact match or complete mismatch with the entered valueText, Rich Text, Auto Generate (slug), E-mail
Contain, Doesn't ContainPartial match or partial mismatch with the entered valueText, Rich Text, Auto Generate (slug), Select, Relation, E-mail
Is Empty, Is Not EmptyCheck for an empty or filled fieldText, Rich Text, Number, Media, Select, Relation, Auto Generate (slug), E-mail
True, FalseCheck for the value True or FalseBoolean, Auto Generate (condition)
=, ≠Match or mismatch of numeric valuesNumber
<, >Check for a lower or higher numeric valueNumber
≤, ≥Check for a lower-or-equal, higher-or-equal numeric valueNumber

Methods for specific fields

Let's look at which filtering methods are available for each field type.

Text

Filtering methods

Filtering methodMeaningNote
Is, Is notExact match or complete mismatch with the entered value
Contain, Doesn't ContainPartial match or partial mismatch with the entered value
Is Empty, Is Not EmptyCheck for an empty or filled field

Rich Text

Filtering methods

Filtering methodMeaningNote
Is, Is notExact match or complete mismatch with the entered value
Contain, Doesn't ContainPartial match or partial mismatch with the entered value
Is Empty, Is Not EmptyCheck for an empty or filled field

Number

Filtering methods

Filtering methodMeaningNote
=, ≠Match or mismatch of numeric values
<, >Check for a lower or higher numeric value
≤, ≥Check for a lower-or-equal, higher-or-equal numeric value
Is Empty, Is Not EmptyCheck for an empty or filled field

Boolean

Filtering methods

Filtering methodMeaningNote
True, FalseCheck for the value True or False

Media

Filtering methods

Filtering methodMeaningNote
Is Empty, Is Not EmptyCheck for an empty or filled field

Relation

Filtering methods

Filtering methodMeaningNote
Contain, Doesn't ContainMatch or mismatch with the record selected in the dropdown
Is Empty, Is Not EmptyCheck for an empty or filled field

AG-slug

Filtering methods

Filtering methodMeaningNote
Is, Is notExact match or complete mismatch with the entered value
Contain, Doesn't ContainPartial match or partial mismatch with the entered value
Is Empty, Is Not EmptyCheck for an empty or filled field

AG-boolean

Filtering methods

Filtering methodMeaningNote
True, FalseCheck for the value True or False

Select

Filtering methods

Filtering methods

Filtering methodMeaningNote
Contain, Doesn't ContainMatch or mismatch with the option selected in the dropdownFor multi-select fields you can pick several options
Is Empty, Is Not EmptyCheck for an empty or filled field

Email

Filtering methods

Filtering methodMeaningNote
Is, Is notExact match or complete mismatch with the entered value
Contain, Doesn't ContainPartial match or partial mismatch with the entered value
Is Empty, Is Not EmptyCheck for an empty or filled field

Fields that cannot be filtered

  • JSON
  • Component
  • Password
  • Array
  • Date

Read more on this topic

On this page