Remove 3 char search limit

From Edgar BV Wiki
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