https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/c1ed53ca-5f27-478c-b1cf-47f037cc97cc/Untitled.png

Each field type has specific filtering methods that help find the necessary data in collections. First, let's look at all available filtering methods in MVP, and then go through each field type.

All methods

Filtering methods Meaning Used by
Is, Is Not Exact match or complete mismatch with the entered value Text, Rich Text, Auto Generate (slug), E-mail
Contains, Doesn't Contain Partial match or partial mismatch with the entered value Text, Rich Text, Auto Generate (slug), Select, Relation, E-mail
Is Empty, Is Not Empty Check for an empty or filled field Text, Rich Text, Number, Media, Select, Relation, Auto Generate (slug), E-mail
Is True, Is False Check for the value True or False Boolean, Auto Generate (condition)
=, ≠ Match or mismatch of numerical values Number
>, < Check for a higher or lower numerical value Number
≥, ≤ Check for a higher or equal, lower or equal numerical value Number

Methods for specific fields

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

Text

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/8d67b336-e3f4-4912-bed8-e44c384d4fbf/Untitled.png

Filtering methods Meaning Note
Is, Is Not Exact match or complete mismatch with the entered value
Contains, Doesn't Contain Partial match or partial mismatch with the entered value
Is Empty, Is Not Empty Check for an empty or filled field

Rich Text

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/16a916cb-90b8-4143-81b3-e54563ed38d0/Untitled.png

Filtering methods Meaning Note
Is, Is Not Exact match or complete mismatch with the entered value
Contains, Doesn't Contain Partial match or partial mismatch with the entered value
Is Empty, Is Not Empty Check for an empty or filled field

Number

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/a60b41f8-8747-4200-bd11-4e43fdb5acc7/Untitled.png

Filtering methods Meaning Note
=, ≠ (Is, Is Not) Match or mismatch of numerical values
>, < Check for a higher or lower numerical value
≥, ≤ Check for a higher or equal, lower or equal numerical value
Is Empty, Is Not Empty Check for an empty or filled field

Boolean

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/ea49636d-11e3-4003-ae2b-fcfdce2566b0/Untitled.png

Filtering methods Meaning Note
Is True, Is False Check for the value True or False

Media

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/ef5dbd8c-845b-4937-af66-4d75a173413a/Untitled.png

Filtering methods Meaning Note
Is Empty, Is Not Empty Check for an empty or filled field

Relation

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/dc9b76bb-6be5-4624-a1e9-e6c39da2509b/Untitled.png

Filtering methods Meaning Note
Contains, Doesn't Contain (with select Choice) Match or mismatch with the value selected in the dropdown
Is Empty, Is Not Empty Check for an empty or filled field

AG-slug

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/f970d269-e7a8-42b3-992e-4bd6a3c9a3df/Untitled.png

Filtering methods Meaning Note
Is, Is Not Exact match or complete mismatch with the entered value
Contains, Doesn't Contain Partial match or partial mismatch with the entered value
Is Empty, Is Not Empty Check for an empty or filled field

AG-boolean

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/2faa6d55-9254-42d4-ac88-146bf54d02e5/Untitled.png

Filtering methods Meaning Note
Is True, Is False Check for the value True or False

Select

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/4f1a87b7-1e76-4758-9648-520373b740e2/Untitled.png

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/f1914335-5f24-4f64-addc-a5fbece78851/Untitled.png

Filtering methods Meaning Note
Contains, Doesn't Contain (with select Choice) Match or mismatch with the value selected in the dropdown
Is Empty, Is Not Empty Check for an empty or filled field

Email

https://prod-files-secure.s3.us-west-2.amazonaws.com/77b19e1f-fa29-4251-a818-bada7857b56b/f720a1bc-9d51-428f-9326-f35a91b9c3b2/Untitled.png

Filtering methods Meaning Note
Is, Is Not Exact match or complete mismatch with the entered value
Contains, Doesn't Contain Partial match or partial mismatch with the entered value
Is Empty, Is Not Empty Check for an empty or filled field

Fields that cannot be filtered

<aside> 🔖 Read more on this topic ——————————— Filter Sorting Sorting methods Visibility

</aside>