]> git.openstreetmap.org Git - nominatim.git/commit
keep inherited address parts after indexing
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 28 Apr 2022 19:38:00 +0000 (21:38 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 28 Apr 2022 19:38:00 +0000 (21:38 +0200)
commit3c68b12176c3b7f00dc4b3f5f00b3f63ba1b4c12
treecff27096260edce2c977525829f9e81d03ecf8d5
parentde828b723e98955c3484e596dcd1f84437eb652b
keep inherited address parts after indexing

The inherited housenumber is needed for display output. We can't
take the one from the housenumber field because it is already
normalized. Remove the inherited address only when reindexing.

Fixes #2683.
lib-sql/functions/placex_triggers.sql
test/bdd/db/import/parenting.feature