Hi,
is there any way on bubble to handle multiple addresses in a radius search?
i.e.
We created a jobboard. Every job has more working locations. We want to allow users to find all jobs in a specific radius.
What we tried so far:
- Create for each working location a new thing (location) with the fields “address” and “job”. To show the results in a repeating group we search for locations.
Data Type - Job
Description / Rate etc
List of Job Locations
Data Type - Job Location
Address
Parent Job
Search for
Type of Content : Job
Search for JobLoctions within x y of z Job’s : Unique Items
Outcome with this solution: good for 100 jobs. with more than 1000 jobs - super extrem slow loading.
-
Put all addresses direct on the job in separate fields: address 1, address 2 etc.
Outcome: also super slow loading -
Use a listing field with all the addresses on the job.
Outcome: radius search impossible
Hope anyone can answer this questions! Thanks in advance!