Hi all,
I have a Leafy map. I want to display of list of markers as a result of a search (two inputs, one is a geographic address, other is a keyword).
I’m having problems displaying a marker for 1 Thing in my database on the Leafy map, only when the Keyword Input matches but the address isn’t within 10 miles of the SearchBox Address Input.
I think I need to remove the Leafy map (since the Thing isn’t geographically nearby) and replace it with a new Leafy map, and then display a marker / list of markers for the keyword match Thing, even though it’s far away from SearchBox Address Input.
Any thoughts on how to accomplish this? Thanks!