Mihnea Dobrescu-Balaur
Mihnea Dobrescu-Balaur
I also have trouble getting this working with 20.04.
I think it would replace nprogress + most of the page nagivation logic. @roryg do you agree?
@Joxit I haven't, I was waiting for some clarifications in the other issue and I started working on some other stuff now. So sure, go ahead and take it, thanks...
@Joxit FWIW there seems to be some level of support for that already - when looking for something, passing e.g. `lang=en` or `lang=ru` yields the same `name` but the city...
Gotcha now, thanks! About that, I'm thinking we should also return `Кра́сная пло́щадь` if someone searches `red square lang=ru`, would you agree? I'm thinking this should be easier to achieve...
I was thinking about it at a higher level. Simplest seems to me to update `geojsonify` here: https://github.com/pelias/api/blob/master/helper/geojsonify.js#L55-L60 Instead of going for `default`, prioritize `req.lang`?
Hi everyone! Any update on this one? LMK if I can help some way.
@missinglink thanks for the transparency! Looking forward to using the new parser! :)
@missinglink it might be useful to expose `fuzziness` as a parameter to `autocomplete`. E.g. maybe someone is OK with more CPU usage for correcting more input strings?
Makes sense, thanks!