-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Parsing Czech Republic addresses #83
Comments
Unfortunately not @sch3399, this is a difficult address to parse because it has a few uncommon conventions:
You'll notice that the I'll move this issue to the Some more info from you would be helpful:
|
Thank you very much for a possible solution |
@missinglink I am sending other test cases for the Czech Republic Ostrava, U Koupaliště 1570/10 |
Hi team,
I have successfully installed pelias, but I have a problem with the autocomplete.
The query [street,city]
/autocomplete/?text=Nerudova 20,Praha
returns the correct result.But the rotated query [city,street]
/autocomplete/?text=Praha,Nerudova 20
does not return any result and parser pelias creates bad query decompositionIs it possible to modify the configuration and get the same result as in the first case?
Search
/search?text=Praha,Nerudova 20
without autocomplete the result is correct in both cases, but the parser is not pelies, but libpostalThank you for the advice
The text was updated successfully, but these errors were encountered: