]> git.openstreetmap.org Git - nominatim.git/commit
avoid splitting of first token when a housenumber is present
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 14 Jul 2023 19:05:13 +0000 (21:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jul 2023 14:27:25 +0000 (16:27 +0200)
commit283db76e458c3159888f01e5837ff8db0bfd9780
tree7d1f589b5b62ee3b480cc877425545945cc3b6ef
parent8a36ed4f6ff5d16ddfd7fab7dc92b5a409b2cf5b
avoid splitting of first token when a housenumber is present

This only covers the case of <poi name> <street name> <housenumber>
which is exceedingly rare.
nominatim/api/search/db_search_builder.py
nominatim/api/search/token_assignment.py