mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
correct rank_address range for postalcodes
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
array('county', 9, 13),
|
||||
array('state', 8, 8),
|
||||
array('country', 4, 4),
|
||||
array('postalcode', 16, 25),
|
||||
array('postalcode', 5, 11),
|
||||
);
|
||||
$aStructuredQuery = array();
|
||||
$sAllowedTypesSQLList = '';
|
||||
|
||||
Reference in New Issue
Block a user