]> git.openstreetmap.org Git - nominatim.git/commit
add normalised country name to word table
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 27 Nov 2025 11:00:47 +0000 (12:00 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 1 Dec 2025 12:10:18 +0000 (13:10 +0100)
commit81c6cb72e62f8003d330892906522958a24878e1
tree9527e1475bf00dd927edef0148d631eff52bed3b
parentf2a122c5c0ca709e37344bbaabe58c9710267808
add normalised country name to word table

Country tokens now follow the usual convetion of having the
normalized version in the word column and the extra info about the
country code in the info column.
src/nominatim_api/search/db_search_builder.py
src/nominatim_api/search/db_search_fields.py
src/nominatim_api/search/icu_tokenizer.py
src/nominatim_api/search/query.py
src/nominatim_db/tokenizer/icu_tokenizer.py
test/python/mock_icu_word_table.py
test/python/tokenizer/test_icu.py