]> git.openstreetmap.org Git - nominatim.git/commitdiff
correct rank_address range for postalcodes
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Apr 2013 20:29:47 +0000 (22:29 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 3 Apr 2013 20:29:47 +0000 (22:29 +0200)
website/search.php

index f262a3f168a8fe953f7d50e51b8e96acdc8c23e7..5667181bdfe5b7b111643925f53f69d350cf9e28 100755 (executable)
                                array('county', 9, 13),
                                array('state', 8, 8),
                                array('country', 4, 4),
-                               array('postalcode', 16, 25),
+                               array('postalcode', 5, 11),
                                );
        $aStructuredQuery = array();
        $sAllowedTypesSQLList = '';