"The Grid" Filtering Options

So in the filtering options for “The Grid” you can set the “Filter Combination Logic” as “And” or “Or”.

However we are trying to filter curriculum library for a college client by subject and year.

We would like to be able to filter by multiple subjects AND years, but a curriculum cannot be in two years at the same time nor can a curriculum be in multiple categories.

instead of:

(subject1) || (subject2) || (year1) || (year2)

or

(subject1) && (subject2) && (year1) && (year2)

We would like it to function as such:

((subject1) || (subject2)) && ((year1) || (year2))

Is this possible?

Hi There,

It’s not possible with The Grid plugin.

I suggest you to try with the Essential Grid plugin instead:

https://www.themepunch.com/essgrid-doc/category-filters/#custom-grid-filters

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.