osm-search / Nominatim

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

Reindex postcodes when their parent is deleted #3408

Closed lonvia closed 2 months ago

lonvia commented 2 months ago

When the parent place of a postcode is deleted, it needs to be reindexed to get a new parent. Otherwise displaying of results is broken.

Fixes #3181.