From: Evan Prodromou Date: Mon, 11 Apr 2011 23:00:25 +0000 (-0400) Subject: like search is the default for 1.0.x X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=be467fef91cd8e0a002d1645095d18cc3db81987;p=quix0rs-gnu-social.git like search is the default for 1.0.x --- 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