We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sample query: ялча
http://search.osmnames.org/q/%D1%8F%D0%BB%D1%87%D0%B0.js
Reported by @Komzpa at https://twitter.com/komzpa/status/783722445228351488
The CORS is not a problem (I see the Access-Control-Allow-Origin: * header).
Access-Control-Allow-Origin: *
The problem is probably status code 400 BAD REQUEST - returned by Flask for some reason.
It may be also related to required improvement of Unicode charset indexing, where we need to improve Sphinx search config. See #20
The text was updated successfully, but these errors were encountered:
It can be solved by applying unidecode on the index #20 as well as the query.
unidecode
Sorry, something went wrong.
MartinMikita
No branches or pull requests
Sample query: ялча
http://search.osmnames.org/q/%D1%8F%D0%BB%D1%87%D0%B0.js
Reported by @Komzpa at https://twitter.com/komzpa/status/783722445228351488
The CORS is not a problem (I see the
Access-Control-Allow-Origin: *
header).The problem is probably status code 400 BAD REQUEST - returned by Flask for some reason.
It may be also related to required improvement of Unicode charset indexing, where we need to improve Sphinx search config. See #20
The text was updated successfully, but these errors were encountered: