]> git.openstreetmap.org Git - nominatim.git/commit
add server fronting for search endpoint
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 26 May 2023 09:40:45 +0000 (11:40 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 26 May 2023 09:40:45 +0000 (11:40 +0200)
commit371a780ef427d1b905a729da5f289b5e1099c152
treeb39a52b18947b3cd6c1cd23636a21e5b48ca0ddb
parentc7db69a30c475db5b5de089c700dd6a581e1de96
add server fronting for search endpoint

This also implements some of the quirks of free-text search of the
V1 API, in particular, search for categories and coordinates.
nominatim/api/results.py
nominatim/api/v1/format.py
nominatim/api/v1/helpers.py
nominatim/api/v1/server_glue.py
test/python/api/test_helpers_v1.py [new file with mode: 0644]
test/python/api/test_server_glue_v1.py