Remove 3 char search limit

From Edgar BV Wiki
Revision as of 13:02, 20 January 2012 by Red (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

in LocalSettings.php

$wgDBminWordLen = 3;

In /etc/mysql/my.cnf under the [mysqld] section

ft_min_word_len=3

Then in mysql -u root -p, use wikidb; and

REPAIR TABLE searchindex QUICK;

Source