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