Hi guys!
I have a common problem and I have almost give up trying to solve it… anyway here it is:
I’m building a fulltext search feature and everything it’s fine. The problem it’s that I want to be able to search using 3-lettered words instead of the default 4 set in ‘ft_min_word_len’.
Locally I can change everything in MySQL but in the server it’s a different story, I only have access to phpMyAdmin and stuff like that. This server it’s hosting many different projects, it won’t let me restart the server or changing a configuration file.
Any idea? a workaround for this problem?