Skip to content

City input autocomplete #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MartinKolarik opened this issue Apr 11, 2025 · 1 comment
Open

City input autocomplete #80

MartinKolarik opened this issue Apr 11, 2025 · 1 comment
Labels

Comments

@MartinKolarik
Copy link
Member

No description provided.

@MartinKolarik
Copy link
Member Author

@alexey-yarmosh I'm wondering what the best source of data here would be. Using Geonames directly on the frontend doesn't seem like a good idea, but if we downloaded the cities500 file on the backend, that should cover anything relevant, and we could expose it via a dedicated endpoint.

The data on the backend would be relatively large for a basic .filter() but should be fine for an optimized in-memory search like this (or one of the similar packages).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant