mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-28 05:48:36 +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('county', 9, 13),
|
||||||
array('state', 8, 8),
|
array('state', 8, 8),
|
||||||
array('country', 4, 4),
|
array('country', 4, 4),
|
||||||
array('postalcode', 16, 25),
|
array('postalcode', 5, 11),
|
||||||
);
|
);
|
||||||
$aStructuredQuery = array();
|
$aStructuredQuery = array();
|
||||||
$sAllowedTypesSQLList = '';
|
$sAllowedTypesSQLList = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user