X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/743ec4346096fa6484142d6fe3d4386dd1545db9..7f0a0ce5e573db724310abe2153cb9224e219ece:/sql/partition-functions.src.sql diff --git a/sql/partition-functions.src.sql b/sql/partition-functions.src.sql index 9ae020e4..efb59542 100644 --- a/sql/partition-functions.src.sql +++ b/sql/partition-functions.src.sql @@ -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