Forum Moderators: coopster
Unfortunately 3-letter words aren't included in MySQL FTI, by default. That leaves out some pretty important cooking words, such as "egg," "fat," and "rum."
It'd be an easy fix if the MySQL server were mine. Is there still a way, or shall I just refer 3-letter words to the LIKE statement?
ft_*Server System Variables [dev.mysql.com], you are probably best off going with the
LIKEkeyword. If you are running on a *nix box, have you asked the host if you can set a user-specific option file [dev.mysql.com]?