]> git.openstreetmap.org Git - nominatim.git/commit
Support postcode refs in lookup and details
authorItz-Agasta <rupamgolui69@gmail.com>
Wed, 20 May 2026 20:57:51 +0000 (02:27 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Wed, 20 May 2026 20:57:51 +0000 (02:27 +0530)
commita774837fcdd4b8240cd85d306ff7f0445cc432d4
treee40d5d81fb2b049804ebaf7017c83e09d0f720f6
parent0793f91e8122a61e2d047a9600bf1c19c53e2139
Support postcode refs in lookup and details

- resolve postcode refs in postcode-table lookups
- accept `place_ref` in the v1 details endpoint
- add tests for details and lookup behavior
src/nominatim_api/lookup.py
src/nominatim_api/v1/server_glue.py
test/python/api/test_api_details.py
test/python/api/test_server_glue_v1.py