make search with reverse plan default

The old behaviour with reverse planning for only selected languages
can be reinstated by setting CONST_Search_ReversePlanForAll to
false.

Fixes #293
This commit is contained in:
Sarah Hoffmann
2015-08-11 22:30:07 +02:00
parent e90087a063
commit c9d7015f69
2 changed files with 11 additions and 4 deletions

View File

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