christopherho wrote:Hey all, I found some interesting behavior on the ajax filters, it seems when I am filtering by a single category, it will filter the others, but then if I select one of the items from the other categories (so that there are now 2 selected), it seems to enable others to be selected in the category that were not previously enabled. It almost seems like that filters are doing an OR filter instead of an AND filter and that's what's driving what options are available. Is this working as intended?
Hi christopherho,
Since the Ajax Filters do not support category filters, I am a bit confused by what you have written.
Could you please elaborate on this "when I am filtering by a single category, it will filter the others"?
If you are referring to selecting filter options from the same filter group then you are right as they work with OR and not AND. We use AND only between options from different filter groups.