]> git.openstreetmap.org Git - nominatim.git/commit
remove postcodes entirely from indexing
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Sep 2020 13:09:35 +0000 (15:09 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 18 Sep 2020 13:09:35 +0000 (15:09 +0200)
commit4c9cfe2532273955619e7a651260c0e085c070e1
tree13a6c8201f0173a52f624f0b474f57eab88ff623
parent7fb62ea904fc2354b0b281028e12af1f6d212562
remove postcodes entirely from indexing

place=postcode places are artificial places that collect addr:postcode
points for aggration. They should neither show up in the address nor
be searchable. That means that there is no need to index them at all.
Only let boundary=postal_code through which define correct areas for
postcodes.
sql/functions/placex_triggers.sql
sql/functions/ranking.sql
test/bdd/db/import/addressing.feature
test/bdd/db/import/placex.feature