Arne Setzer

Results 47 comments of Arne Setzer

You can use the [wof](https://github.com/pelias/whosonfirst/) data which provides this feature. Alternatively you may wanna have a look on https://github.com/pelias/spatial

Little bit late to the party, but: Did you set the lang parameter? This is often a culprit. Another obstacle can be the placeholder which has its own database and...

Afaik you cant set this in the pelias.json only in the query. See https://github.com/pelias/documentation/blob/master/language-codes.md for more information.

Technically you could remove all other languages from the wof data, but I'm not aware of any configuration tweak to make that happen. Could be a nice feature request for...

See #303 for a working solution

BTW: the only reference I found of using `missingFilesAreFatal` are in the [oa repo](https://github.com/search?q=org%3Apelias%20missingFilesAreFatal&type=code) so you can probably remove it from the osm import section.

What does `pelias elastic status` and `docker compose ps -a` say? "No living connection" indicates that the elastic search db is not running (properly).

Afaik this is not possible without a deep dive into the code. But I'm not that familiar with the code for the api. If street, city is the normal order...

According to https://github.com/pelias/documentation/blob/435103d44051755ad56858e5f98fb5c669ac4b13/services.md#libpostal libpostal is not suitable for autocomplete (eg. incomplete queries) so the team developed their own parser)