Experimental option to dry dropping query terms as part of search plan (disabled by default)

This commit is contained in:
Brian Quinion
2012-12-03 17:41:29 +00:00
parent cc24d998e4
commit a276b6b53a
2 changed files with 37 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
@define('CONST_Search_AreaPolygons_Enabled', true);
@define('CONST_Search_AreaPolygons', true);
@define('CONST_Search_TryDroppedAddressTerms', false);
@define('CONST_Suggestions_Enabled', false);