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?
Knowledgebase won't search mac
Moderator: mkoch227
Re: Knowledgebase won't search mac
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!
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!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
-
- Posts: 2
- Joined: Wed Jan 16, 2013 7:28 pm
Re: Knowledgebase won't search mac
That worked beautifully! Thanks so much!