Unable to get this Map Element to work. Currently taking a course with the No Code MBA platform. We are cloning Airbnb so now trying to make the search functionality and Map work, mostly for me right now is the search element.
Search element is unable to populate data.
My design tab:
I would first make sure these page parameters are coming correctly to the page (like Address, Guests etc.) Maybe display them in a text element first before passing them on to the search filter immediately.
If they are coming correctly, then, I would still do the filtering step by step. First filter by one of them (like the easiest is guest number), then filter by the address.
If this is not working until this point, then I would try with a plain address first. Address is a complicated data type in Bubble. Try filtering in the search results not from page parameters but write a manual address you know of and make sure the filtering works with this address.
This will at least narrow the problem down to address coming from the URL page parameter is not matching to an address in Bubble requested by ... is within X miles of... operator.
So, you will be one more step closer to solving the problem if that’s the case.