Is there any way to limit the address autocomplete to just airports? My users only need to choose airports, but currently they can select irrelevant addresses.
Is it possible for you to have a list of all airport addresses and reference that in your search?
1 Like
Agree, airports need to be in your database w/ their name and address and they just pick from that
2 Likes
That’s possible actually. There are 76,000 records though. Is this feasible for Bubble, assuming I don’t use Algolia?
1 Like
This isn’t a dropdown with 76,000 items though right? If you give a search bar that will be fine.
Store the address in a geographical address and a text field in case you need to use a standard input for search.
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.