]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/partition-functions.src.sql
clean up docs for lookup call
[nominatim.git] / sql / partition-functions.src.sql
index 9ae020e44d8433b2a2b14880a1611ac023eef18e..efb595426fe8d86f9f62bd14568fe0dd7f810627 100644 (file)
@@ -125,7 +125,7 @@ BEGIN
           ST_Distance(centroid, point) as distance, null as isguess
           FROM search_name_-partition-
           WHERE name_vector && isin_token
-          AND ST_DWithin(centroid, point, 0.03) 
+          AND ST_DWithin(centroid, point, 0.04)
           AND search_rank between 16 and 22
       ORDER BY distance ASC limit 1
     LOOP