MySQL FULLTEXT Minium Word Size

If you want to change the default minium word size in a MySQL FULLTEXT search.

Find / add the following to ‘my.cnf‘.

ft_min_word_len = 3

Then restart mysql.

Then do a repair on the tables which have FULLTEXT indexes.

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment