]> git.openstreetmap.org Git - nominatim.git/commit
Preserve postcode index usage for postcode refs
authorItz-Agasta <rupamgolui69@gmail.com>
Sun, 24 May 2026 17:58:26 +0000 (23:28 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Sun, 24 May 2026 17:58:26 +0000 (23:28 +0530)
commit9e71082dc13bacfe74ebc99f00e7f051601c3f9e
treef6fcbd19100530b6e86faf5e6a2dc337ecb29f16
parent0e2c88fdb02564f7877447b008d7dbc378eab92f
Preserve postcode index usage for postcode refs

Removes hyphen normalization from postcode handling to match only on spaces,
ensuring consistency between API usage, documentation, and database queries.
docs/api/Details.md
docs/api/Search.md
src/nominatim_api/lookup.py
src/nominatim_api/search/geocoder.py
src/nominatim_api/types.py
test/python/api/test_api_types.py