]> git.openstreetmap.org Git - nominatim.git/commit
move localization into add_result_details
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 19 Sep 2023 09:17:04 +0000 (11:17 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 4 Oct 2023 12:58:05 +0000 (14:58 +0200)
commitdfde14255a151919afd78fde3217affc34f66557
tree8ce9da86b3cd23526d6998ed04560a976ad4ddba
parent27657000b0379a9de4211698806061fefa684d8d
move localization into add_result_details

This means that the locale now needs to be handed in into the search
functions already. At least search needs them for reranking.
nominatim/api/results.py
nominatim/api/types.py
nominatim/api/v1/server_glue.py
nominatim/clicmd/api.py
test/python/api/test_api_details.py
test/python/cli/test_cmd_api.py