]> git.openstreetmap.org Git - nominatim.git/commit
ignore irrelevant extra tags on address interpolations
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 13 Aug 2022 08:42:46 +0000 (10:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Nov 2022 14:44:20 +0000 (15:44 +0100)
commitd71be2b60a15ac853bcee3e6550e07cca12ed7c9
tree58f8697645c919931ab214e3da5b0b0aba33736b
parentd910f522216d642cfb4f98f555fa795ff92d1465
ignore irrelevant extra tags on address interpolations

When deciding if an address interpolation has address information, only
look for addr:street and addr:place. If they are not there go looking
for the address on the address nodes. Ignores irrelevant tags like
addr:inclusion.

Fixes #2797.
lib-sql/functions/interpolation.sql
test/bdd/db/import/interpolation.feature
test/bdd/steps/steps_db_ops.py