From: Sarah Hoffmann Date: Fri, 27 Feb 2015 18:55:31 +0000 (+0100) Subject: enable NameOnlySearch per default X-Git-Tag: v2.4.0~28 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/7ed580f1d55dcee038f46887a199e4082d0006c4 enable NameOnlySearch per default --- diff --git a/settings/settings.php b/settings/settings.php index d2621ae3..a04795ef 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -90,7 +90,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);