mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 19:07:55 +03:00
correct rank_address range for postalcodes
This commit is contained in:
parent
1b51a5abeb
commit
a1670fa5a7
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user