X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d59d57957c8c0cf2980fa1a12d0f3766b8655cab..e77ddfc6d591eee11683564bcfa0f4c3ae292737:/sql/partition-functions.src.sql diff --git a/sql/partition-functions.src.sql b/sql/partition-functions.src.sql index 110dd0cd..32b5f0a1 100644 --- a/sql/partition-functions.src.sql +++ b/sql/partition-functions.src.sql @@ -129,7 +129,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.01) + AND ST_DWithin(centroid, point, 0.015) AND search_rank between 26 and 27 ORDER BY distance ASC limit 1 LOOP