I have MySQL on shared hosting. Is there any way how to change value of
ft_min_word_len
without administrator access?
I found one workaround, where every word, that has less than 4 characters is supplemented with _ or some other char, and the same is done with every searched keyword that is less than 4 characters.
Is there any better, or cleaner way how to make Fulltext work for short words?