]> git.openstreetmap.org Git - nominatim.git/commit
split addr: tags into words before adding to the search index
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 17 Nov 2020 17:03:33 +0000 (18:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 17 Nov 2020 17:03:33 +0000 (18:03 +0100)
commit30a6b6bdac5806051741b771d5ad8ad2c976aac9
treeb809d66e66128360b38d0d5533bab2d5dd8fd534
parentcc345f531ac81b3ebc85452accc433a753c61868
split addr: tags into words before adding to the search index

Address parts are only matched by single partial words. If
the addr: names are not split, then multi-word names cannot
be found.
sql/functions/normalization.sql
test/bdd/db/import/search_name.feature