-
-
Notifications
You must be signed in to change notification settings - Fork 81
Description
Describe the bug
Estonian street abbreviations are not added as synonyms, so some searches which probably could succeed will fail.
Steps to Reproduce
Here's an example link: https://pelias.github.io/compare/#/v1/autocomplete?text=18+Lehtm%C3%A4e+tn&debug=1
Expected behavior
The search API actually works for this case since its query structure is a bit different: https://pelias.github.io/compare/#/v1/search?text=18+Lehtm%C3%A4e+tn&debug=1. I believe the behavior of the fallback query ends up "accidentally" rescuing this query.
Additional context
I believe this can be fixed by adding the following to synonyms/streets/et.txt:
tänav, tanav, tän, tn
maantee, mnt
puiestee, pst
I'm currently running a planet build with these synonyms and will open a patch referencing this within the next few days if successful. Just opening an issue to track it.