enable NameOnlySearch per default

This commit is contained in:
Sarah Hoffmann
2015-02-27 19:55:31 +01:00
parent c6d8e91b88
commit 7ed580f1d5

View File

@@ -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);