]> git.openstreetmap.org Git - nominatim.git/commit
do not split names from typed phrases
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jul 2023 14:25:39 +0000 (16:25 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 17 Jul 2023 18:09:08 +0000 (20:09 +0200)
commit927d2cc824e0437dd2ea6abc4ef47c9b3ed3d0aa
treeb6a4d2e456e410bf4f5c89b435bcba188f4520da
parent7f9cb4e68d14b0460982bee64af7b2467c2ecd1e
do not split names from typed phrases

When phrases are typed, they should only contain exactly one term.
nominatim/api/search/query.py
nominatim/api/search/token_assignment.py
test/python/api/search/test_query.py [new file with mode: 0644]