]> git.openstreetmap.org Git - nominatim.git/commit
harmonize attributes in query node
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 2 Jul 2026 08:55:27 +0000 (10:55 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 3 Jul 2026 07:09:56 +0000 (09:09 +0200)
commit5706d0b466d11722ebfde28196240a3998f0d93c
tree18d78e9bed593c54f956feee2fa33f872a9d3357
parent86e7932db2ebcce941a189b942539e76dcd8a148
harmonize attributes in query node

All attributes referring to edges now refer to the outgoing edge.
src/nominatim_api/search/icu_tokenizer.py
src/nominatim_api/search/postcode_parser.py
src/nominatim_api/search/query.py
test/python/api/search/test_api_search_query.py
test/python/api/search/test_db_search_builder.py
test/python/api/search/test_postcode_parser.py
test/python/api/search/test_query.py
test/python/api/search/test_token_assignment.py