I’m currently using the “AND” function to allow multiple Filters to combine for results. Right now, a user can select multiple categories within each filter - if the user does not uncheck a category, they may get a lot of “zero” result returns.
I’d like to disable the ability to select multiple categories within each filter, so that the user can only select one category from each filter to narrow results (without losing the “AND” function BETWEEN the two filters). If the user selects another category within a filter, the previously selected category turns off. Is this possible?