X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5605725ebe2c70ecd3d07353e1c51c320642cdf3..3884eb7ca8e76c1a05afca16fc0cba8312102c64:/sql/partitions.src.sql diff --git a/sql/partitions.src.sql b/sql/partitions.src.sql index 3fb7962c..ab5b1163 100644 --- a/sql/partitions.src.sql +++ b/sql/partitions.src.sql @@ -178,7 +178,7 @@ BEGIN ST_Distance(centroid, point) as distance, null as isguess FROM search_name_-partition- WHERE name_vector @> ARRAY[isin_token] - AND ST_DWithin(centroid, point, 0.01) + AND ST_DWithin(centroid, point, 0.03) AND search_rank between 22 and 27 ORDER BY distance ASC limit 1 LOOP