]> git.openstreetmap.org Git - nominatim.git/commit
get additional addresses for rank 30 objects
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 11 Nov 2020 10:52:14 +0000 (11:52 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Nov 2020 14:28:01 +0000 (15:28 +0100)
commit7324431b121496f5849c70de7f10f869690568f3
tree58514da599de98287a6467fd5f6bbff181bbb6af
parent021f2bef4c08132833550a2191978ee77aaddad3
get additional addresses for rank 30 objects

get_addressdata() now also checks if the place itself has entries
in the place_addressline table and merges them into the results.

Also restrict checking for address tag places to cases where the
name cannot be found in the parent's address search terms. Looking
up all address tags is just too slow.
sql/functions/address_lookup.sql
sql/functions/normalization.sql
test/bdd/db/import/addressing.feature