mtmail
mtmail
That's currently not possible with Nominatim v4.
@lonvia Two lifetimes ago I used http://sphinxsearch.com/wiki/doku.php?id=charset_tables#slovak to tweak a search engine
Among other places it looks at the output of ‘pg_config’. Make sure that’s in your $PATH That solved it for me on centos8 when I encountered the issue.
In OpenStreetMap data Troyes exists twice. First as boundary relation (https://www.openstreetmap.org/relation/414972) plus as node (center, https://www.openstreetmap.org/node/26692577). Nominatim links them together. In lonvia's comment from May she suggests that Nominatim should...
The geocoder normalizes the `ae` to `a` and then searches the place database for `kag`. The same normalization happens to place names, so it's a race between KAEG (airport), Kaeg...
for reference the results with osm_type and osm_id (place_id is not permanent and would change on database import or between servers) ``` curl -s 'https://nominatim.openstreetmap.org/search.php?q=kaeg&format=jsonv2&accept-language=en' | jq -c '.[] |...
jsonb requires Postgresql 9.4 https://www.postgresql.org/docs/9.4/release-9-4.html
Libpostal also has cardinal and ordinal in https://github.com/openvenues/libpostal/tree/master/resources/numex
> @mtmail do you happen to have a reference to the discussion back then? That might have been via email. It came up when https://github.com/osm-search/nominatim-ui was developed because while the...
Nominatim doesn't have such a feature, it only looks for one result.