mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
enable NameOnlySearch per default
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
@define('CONST_Search_BatchMode', false);
|
@define('CONST_Search_BatchMode', false);
|
||||||
|
|
||||||
@define('CONST_Search_TryDroppedAddressTerms', false);
|
@define('CONST_Search_TryDroppedAddressTerms', false);
|
||||||
@define('CONST_Search_NameOnlySearchFrequencyThreshold', false);
|
@define('CONST_Search_NameOnlySearchFrequencyThreshold', 500);
|
||||||
|
|
||||||
// Set to zero to disable polygon output
|
// Set to zero to disable polygon output
|
||||||
@define('CONST_PolygonOutput_MaximumTypes', 1);
|
@define('CONST_PolygonOutput_MaximumTypes', 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user