]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default search engine is actually LIKE
authorEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 22:28:14 +0000 (18:28 -0400)
committerEvan Prodromou <evan@status.net>
Sun, 18 Sep 2011 22:28:14 +0000 (18:28 -0400)
CONFIGURE

index 0a3579885cf5b835ecc78d3144ed2f245706b845..3f0ae668abafbd47c30f0d4ec67bf4d627d111da 100644 (file)
--- a/CONFIGURE
+++ b/CONFIGURE
@@ -646,7 +646,7 @@ search
 Some stuff for search.
 
 type: type of search. Ignored if PostgreSQL or Sphinx are enabled. Can either
-    be 'fulltext' (default) or 'like'. The former is faster and more efficient
+    be 'fulltext' or 'like' (default). The former is faster and more efficient
     but requires the lame old MyISAM engine for MySQL. The latter
     will work with InnoDB but could be miserably slow on large
     systems. We'll probably add another type sometime in the future,