Hello, I’m relatively new to Bubble and I was hoping someone could help me.
I’m creating an app where users can upload adverts, and then when a user searches an area, they see a repeating group of adverts filtered by addresses that fall into that area. This is my overall goal.
The “address is within X miles of SearchBox A’s value” doesn’t work because it only works around a point on the map and not a geoshape.
I think what I need to do is store a list of areas and their shapes to a database, and then whenever an area is selected, a condition is set up to only show addresses that fall into that area shape.
Has anyone done this before or would know how to?
I’m also open to any other ideas on how I could achieve my overall goal!