Knowledgebase won't search mac

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ScriptKitten
Posts: 2
Joined: Wed Jan 16, 2013 7:28 pm

Knowledgebase won't search mac

Post 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?
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Knowledgebase won't search mac

Post 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!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
ScriptKitten
Posts: 2
Joined: Wed Jan 16, 2013 7:28 pm

Re: Knowledgebase won't search mac

Post by ScriptKitten »

That worked beautifully! Thanks so much!
Post Reply