stefanocudini / leaflet-search

Search stuff in a Leaflet map
https://opengeo.tech/maps/leaflet-search/
MIT License
780 stars 335 forks source link

multiple equal search results #313

Closed hupe13 closed 1 year ago

hupe13 commented 1 year ago

I am successfully searching markers and geojsons. The only thing that still does not work when 2 elements have the same property that is searched. You have an example here. Does it work as expected? After searching only one marker is selected, and not as expected 2 or 3. Thank you very much.

hupe13 commented 1 year ago

I now expand the same results by an index and instead of "result" I get e.g. "result-1" "result-4" etc.