Rowe, Dolores A wrote:
does not work correctly when looking for a 3-letter acronym.
Does anyone know how to fix this ?
You have to change the parameter in MySQL. In my.ini (Windows - it has a different name in *nix - the MySQL config file) find and set:
# Set the minimum word length for text search ft_min_word_len=3
Restart the DB and you should be good to go.
Mike