bjorn2404 / jQuery-Store-Locator-Plugin

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

Cannot use combination of name search and taxonomy filters #268

Open trouble2 opened 3 years ago

trouble2 commented 3 years ago

When I do: 'nameAttribute':'Naam', 'nameSearch':true, 'taxonomyFilters' : { 'wijk' : 'wijk-filter' },

it will not filter on somefilter

When I set nameSearch to false. It will use the filter, but not search on the name field.

So any quick fix for this?

Check here for the example:

https://www.spelenderwijsutrecht.nl/testlocaties/testlocaties2

trouble2 commented 3 years ago

I gues when the 'Name' search box is empty it will just show all results. So no matter if I have also selected a taxonomyfilter or not.