From: Sarah Hoffmann Date: Sat, 19 Sep 2020 15:23:40 +0000 (+0200) Subject: ignore postcodes with colons X-Git-Tag: v3.6.0~72^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/731c620e314e61a958f99a14556983e73ed914be?hp=731c620e314e61a958f99a14556983e73ed914be ignore postcodes with colons Colons are used as a delimiter in tiger:left and tiger:right tags when multiple postcodes are given. Ignore those. This was already done in the postcode update script. This changes just makes the two places consistent where postcodes are added. ---