stefanocudini / leaflet-search

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

Search in Popup-Content? #242

Open coderfls opened 5 years ago

coderfls commented 5 years ago

Is it possible to search within the content of the popups of the markers which are added with .bindPopup and not only in the title?

typo3ua commented 3 years ago

Good question!

...it is interesting me too, how?

        var markers = [L.marker([10, 10], {
            title: 'Title text'
        }).bindPopup('Search text into popup')];