]> git.openstreetmap.org Git - nominatim.git/commit
Add stable postcode reference type support
authorItz-Agasta <rupamgolui69@gmail.com>
Wed, 20 May 2026 20:55:15 +0000 (02:25 +0530)
committerItz-Agasta <rupamgolui69@gmail.com>
Wed, 20 May 2026 20:55:15 +0000 (02:25 +0530)
commit0793f91e8122a61e2d047a9600bf1c19c53e2139
tree674da19a4496c64b6651719c2107360c08d5da83
parent242c73d916bebb23001dfb89f1ee943266482c84
Add stable postcode reference type support

- add `PostcodeRef` and parsing helpers
- allow postcode refs in excluded IDs
- export the new public API type
src/nominatim_api/__init__.py
src/nominatim_api/types.py
test/python/api/test_api_types.py