bjorn2404 / jQuery-Store-Locator-Plugin

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

When nameSearch===true the distance alert does not appear anymore #227

Open pfurini opened 6 years ago

pfurini commented 6 years ago

This is simple to reproduce, setup a sample with an input box for searching by location name, and set nameSearch: true in the options.

When nameSearch is active, the distance alert does not show anymore. I think this is a bug, because it makes sense not to show the alert for a location search, but it should display anyway if I search for a distant location.

Thx Paolo