Hello,
I am having trouble with what seems like a simple task. I have set up filters in my app to filter search results of a repeating group. Currently it works great, except that it is filtering results that contain ALL filters that are selected. I would like to set it to filter if ANY filter is selected. Concretely, I want to show all RG results if “Art” or “Class” or “Alcohol” is selected instead of if “Art” and “Class” and “Alcohol”.
Currently using Advanced conditional to search for Things that contain the same list of “Tag Filters” as the Page’s custom elements Tag Filters. But when I change the conditional to just “Contains” it needs to evaluate to a yes/no.
What am I doing wrong, or is there another way to handle this tag filtering?