MySQL FULLTEXT Minium Word Size
Friday, November 7th, 2008
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.
