From be467fef91cd8e0a002d1645095d18cc3db81987 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 11 Apr 2011 19:00:25 -0400 Subject: [PATCH] like search is the default for 1.0.x --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 58d0d9a0e0..11456ec4d0 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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 -- 2.39.5