]> 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, 13 Aug 2022 12:07:06 +0000 (14:07 +0200)
commitdddfa3a075f11145432b69ec053f8145dce9612b
tree4302dcda949809fa2914848519ce72ab050a04c0
parent67cfad6a2c3300783695e7cd9f6f4191d5630e5b
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