In order to do FULLTEXT searches on 2-letter phrases such as "PR Manager" and "MS Word", I have added *ft_min_word_len=2* to the MySQL config file (/etc/mysql/my.cnf).
Is there anything particularly wrong with doing this? Will it reduce performance? Will it prevent scaling to large datasets?
Any comments would be appreciated.