X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ccaf7fa47fc7b02927ca4fe0f717e9e5b725ab9d..d5af98b63b3c812974dda6a554e0bf0aa59b96c0:/settings/settings.php?ds=sidebyside 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);