]> git.openstreetmap.org Git - nominatim.git/commit
lookup places for address tags for rank < 30
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 9 Nov 2020 11:03:37 +0000 (12:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Nov 2020 14:28:01 +0000 (15:28 +0100)
commitc7472662a69eb6074a58917dbde71cf2b27e8d6e
tree0674e79cb64e1f1693f150c2bee99548337b5380
parentfecfe62fc6fcc48bde8d169edc7743160ef82c06
lookup places for address tags for rank < 30

While previously the content of addr:* tags was only added
to the list of address search keywords, we now really look up
the matching place. This has the advantage that we pull in all
potential translations from the place, just like all the other
address terms that are looked up by neighbourhood search.

If no place can be found for a given name, the content of the
addr:* tag is still added to the search keywords as before.
sql/functions/placex_triggers.sql
sql/functions/ranking.sql
sql/partition-functions.src.sql
test/bdd/db/import/search_name.feature