Allow Kayako Fusion to search 3 letter words

Kayako Add comments

You may have noticed that if your search your knowledgebase certain articles do not show up, such as if you search for “FTP” or “VPN”, you get nothing.

This is because MySQL by default does not index words with less than 4 characters, which is for performance issues.

To get around this you need to edit your my.ini file or whatever file contains your MYSQLD settings.

Find the following setting: ft_min_word_len
and change it’s value to 3.


If your using MySQL Workbench, then see this screenshot.
mysql_admin

You then need to rebuild your KB index, login to your FUSION admin, go to Knowledgebase –> Maintenance and click rebuild.

kayako_rebuild_kb_index

You should now be able to search and find articles using 3 letter words.

If it still doesn’t work, then you may need to REPAIR the tables “swkbarticles” and “swkbarticledata” which will re-index then using the new value.

In PHPMyAdmin, go tot he table view, check the 2 mentioned tables, scroll down to the bottom and choose “repair” from the dropdown list.

phpmyadmin_repair_table

0 responses to “Allow Kayako Fusion to search 3 letter words”

Leave a Reply

Leave this field empty

Powered by Mango Blog. Design and Icons by N.Design Studio