Hi, I’ve been trying to filter content on my dynamic page with no success… Basically I have a page with over a hundred awards and I want to have 2 filters: by award (gold, bronze, silver) and by year (. Ideally, they’d be dropdowns. I can’t figure out how to do it. Any help would be appreciated
So you are looking for an AWARD-FILTER…
But first question would be, your DB-Field where you have stored all the AWARDS, which kind of TYPE is this DB-Field?
ARRAY ?
OBJECT?
Stringified-Array?
something else?
I assume it will be an ARRAY and your DB-FIELD will be generated as SELECTION-TAGS (TAGS).
In this case you will need → hasSome();
…or…-------------------------------> has All();
read this post, it will open your eyes and will teach you a lot about FILTER-ENGINE and how it works…