]> git.openstreetmap.org Git - nominatim.git/commit
add unknown addr:place to address output
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Sep 2020 09:55:18 +0000 (11:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 23 Sep 2020 09:55:18 +0000 (11:55 +0200)
commitc84e7e72f11825f9a0bf20fc05dc1d71093b92fb
treef8d668c8dcb24fe012e6d69fcb78af2edcb685f9
parentf2ff351da4f961734d47e027ca1f27758e6b2c81
add unknown addr:place to address output

When a POI has no addr:street but an addr:place that is not
contained in the name list of the parent place, then remember
this situation and merge the content of addr:place into the
address output.

We don't need to care about translations in this case because
it is obvious that no object with translations exists if the
parent isn't the object named in addr:place.
sql/functions/address_lookup.sql
sql/functions/placex_triggers.sql
test/bdd/db/import/search_name.feature