like search is the default for 1.0.x

This commit is contained in:
Evan Prodromou 2011-04-11 19:00:25 -04:00
parent 4331b8b4f1
commit be467fef91
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ $default =
'order' => array('built-in', 'well-known', 'service', 'discovery'),
),
'search' =>
array('type' => 'fulltext'),
array('type' => 'like'),
'sessions' =>
array('handle' => false, // whether to handle sessions ourselves
'debug' => false, // debugging output for sessions