Hi,
I’m struggling to find a way to filter my repeating group by colors. I can do it color by color, but I want to be able to filter it by for example black OR blue, not black AND blue.
To give you some more background I’m trying to create a searchable database of couches/sofas. I already set up every other filtering like height, width, price etc. Now I also want to add colors to the filtering. So for example, I’m filtering the repeating group with the max height of 100 cm and max price of 1000, then I want to only show results of couches that are either black OR blue.
I’ve tried with the multiselect dropdown, I’ve tried with checkboxes etc. How would you do it?