X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/deefdde24b63ad4e446c67cff255cad6ba0feb1f..f6b5565db6ed86f353c483f4f5b61a3abaa497d9:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index ccf75f87..3deda462 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -101,6 +101,11 @@ @define('CONST_Search_TryDroppedAddressTerms', false); @define('CONST_Search_NameOnlySearchFrequencyThreshold', 500); + // If set to true, then reverse order of queries will be tried by default. + // When set to false only selected languages alloow reverse search. + @define('CONST_Search_ReversePlanForAll', true); + + @define('CONST_Places_Max_ID_count', 50); // Set to zero to disable polygon output @define('CONST_PolygonOutput_MaximumTypes', 1);