bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

Multiple filters for one category should use OR instead of AND comparisons #253

Closed tristangemus closed 5 years ago

tristangemus commented 5 years ago

Expected result: If I selected multiple filters within a category, I should see results for both filter A and B.

Actual result: When I select filter A, I see results for items with A. When I select filter B, I see results for items with filter B. When I select filter A & B, I see 0 results.

bjorn2404 commented 5 years ago

@tristangemus See exclusiveFiltering setting.