X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ec0d916db5d669907a401480a980980bccce09c1..1f951e863a870854188603b29c8a98e3897dccdd:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 3da42133..598ce86e 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -92,7 +92,7 @@ @define('CONST_Search_BatchMode', false); @define('CONST_Search_TryDroppedAddressTerms', false); - @define('CONST_Search_NameOnlySearchFrequencyThreshold', false); + @define('CONST_Search_NameOnlySearchFrequencyThreshold', 500); // Set to zero to disable polygon output @define('CONST_PolygonOutput_MaximumTypes', 1);