Overview
A Knowledge Base comprises of a number of articles. So it is essential for a user to be able to search for the relevant articles by specifying the keywords in the search query string. Knowledge Base search is performed at the Client Support Center by using theĀ Search bar or while submitting new tickets.
Process
The Knowledge Base search uses Full-Text search and the words should not be less than 4
characters in length.
To overcome this limitation so that clients can search the Knowledge Base articles by specifying 3
character words, the following change needs to be done:
- Specify the value
3
for the variableft_min_word_len
in the my.ini file (Windows server) or in my.cnf file (Linux server). - Once done, please restart your MySQL service.