default search engine is actually LIKE

This commit is contained in:
Evan Prodromou 2011-09-18 18:28:14 -04:00
parent 3eaa3234f9
commit 5b0192a8ac
1 changed files with 1 additions and 1 deletions

View File

@ -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,