]> git.openstreetmap.org Git - nominatim.git/commit
disallow category tokens in the middle of a query string
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Jan 2024 10:35:30 +0000 (11:35 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Jan 2024 18:03:11 +0000 (19:03 +0100)
commitfed46240d5af3a2543e7cac930a862d6a0abde7b
tree3547646ccfc009e51d830e6a111afaa79a62413d
parent2703442fd2b470a986db0b8b4fbe3f3e6905dcb2
disallow category tokens in the middle of a query string

This already worked for left-to-right readings and now is also
implemented for right-to-left reading. A qualifier must always be
before or after the name.
nominatim/api/search/token_assignment.py
test/python/api/search/test_token_assignment.py