osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
2.99k stars 701 forks source link

Lookup postcode areas for postcode results #3362

Closed lonvia closed 3 months ago

lonvia commented 3 months ago

Postcode searches only use the artificial postcode table to do their lookup. This table does not have the full areas that are sometimes available in the OSM data. Add an additional lookup in the placex table to look for postcode areas with the same country and postcode and return the boundary=postal_code objects instead of the artficial postcode result were available.

Needs a new index over postcode areas.