Page 1 of 1

Knowledgebase won't search mac

Posted: Wed Jan 16, 2013 7:33 pm
by ScriptKitten
Script URL: www.buildedge.com/help
Version of script: 2.4.2
Hosting company: Total Choice Hosting
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

When I try to search for the keyword mac on this helpdesk it comes up with 0 results which I know for sure there is one. if you search "PLAN-Mac specific" it comes up though. Any ideas?

Re: Knowledgebase won't search mac

Posted: Wed Jan 16, 2013 8:04 pm
by Klemen
This is probably due to your hosting company having MySQL fulltext search ignore words of 3 or less characters.

You will need to ask your host to change ft_min_word_len system variable to 3 (MySQL default) then rebuild indexes, or any word less than 4 chars will be ignored by search:
http://dev.mysql.com/doc/refman/5.5/en/ ... uning.html


P.s.: good job integrating Hesk with your website!

Re: Knowledgebase won't search mac

Posted: Thu Jan 17, 2013 3:48 am
by ScriptKitten
That worked beautifully! Thanks so much!