Search Tuning

Spenser

Active member
Hi!

I tried to tune forum search to find words with 3 letters and added a line
ft_min_word_len=3
into my.cnf.
Mysql help says I have to rebuild search index after that. Is there a way to do this from admin panel? Or do you have any help regarding this?
 
Just a quick note

You also need to edit the search sorce handler file!

open search/sourcehandler/mysqlft.php
search for
protected $_minWordLength = 4; // TODO: source from option

and change the value;)

edit: just saw that brogan linked already to this.
 
Top Bottom