Nominatim
Nominatim copied to clipboard
new TokenList::addAdditionalPostcodeTokens
Logic to find more postcode formats. Core matching logic could probably move to (subclassable?) separate postcode module.
Found a bug, rebased with master.
Tested against worldwide database and I believe it fixes https://github.com/openstreetmap/Nominatim/issues/1286 and https://github.com/openstreetmap/Nominatim/issues/927
Finally closing this. We have a list of postcode regexps now. We just need to integrate them in search somewhat differently.