Skip to content
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

Results not showing in search dropdown for different language cities like Köln, München, and others #5965

Open
rakibulinux opened this issue Oct 7, 2024 · 0 comments
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet

Comments

@rakibulinux
Copy link

rakibulinux commented Oct 7, 2024

HI, @JedWatson, @thezanke @spahow are you?
I'm facing an issue with city search via
const apiUrl = https://nominatim.openstreetmap.org/search?q=${encodeURIComponent( searchTerm )}&format=jsonv2&addressdetails=1;

I'm getting search data when I search via different language cities like Köln, München, and Parigi. It's also added to the options. But don't know why it's not showing in react-select. I think the react-select input box text does not match the city result. Because when I get the search results it's in English like if I search with Köln then the search result is in Cologne. Can you please let me know how can I ignore the input and search result check option in react-select so the result shows in the search dropdown? English city working fine.

image

@rakibulinux rakibulinux added the issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet label Oct 7, 2024
@rakibulinux rakibulinux changed the title Result showing in search dropdown for different language cities like Köln, München, and others Results not showing in search dropdown for different language cities like Köln, München, and others Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue/bug-unconfirmed Issues that describe a bug that hasn't been confirmed by a maintainer yet
Projects
None yet
Development

No branches or pull requests

1 participant