X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b328bcf5186ddfe9f1c2f8acf9eee6859d1410da..fe3eb40e3a8c6721fc2438d6b9484753ac79753a:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 48ff7c4e..cc81e7a9 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -99,6 +99,9 @@ @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);