Workaround possible for Hesk to return short search strings?

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Veridique
Posts: 5
Joined: Sun Aug 08, 2010 1:48 am

Workaround possible for Hesk to return short search strings?

Post by Veridique »

Script URL: It's behind a protected member's area!
Version of script: The latest, 2.1
Hosting company: Hostgator
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: hesk short strings, hesk search, short words, search not working, etc.

Write your message below:

I understand that words that appear in 50% or more database entries are considered too broad and thus ignored by the search. I also understand that MySQL fulltext search will ignore words less than 3 chars long and words listed in MySQL's default stoplist.

HOWEVER, I *need* it to be able to search for words shorter than three characters. It's frustrating to have a support article in there (with keywords added to the bottom, yes), but because a client is searching for "CD," it's not returning that article. (Clients are searching for info about how to get us their audio on CD.)

Is there a tangible workaround that I can implement with very little PHP knowledge? If so, what might that be, please?

Thanks!
Accurate Online Transcription Services ~ http://ExpectPerfection.com
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Workaround possible for Hesk to return short search stri

Post by Klemen »

The stopword length is set in mysql settings (ft_min_word_len), so it would be up to your host to lower the limit. Since you are on a shared hosting account I don't believe they will be able to do that just for your account though, but contact them and ask if they can lower the ft_min_word_len mysql setting for you.
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
Veridique
Posts: 5
Joined: Sun Aug 08, 2010 1:48 am

Re: Workaround possible for Hesk to return short search stri

Post by Veridique »

Thanks SO much, Klemen.
Accurate Online Transcription Services ~ http://ExpectPerfection.com
Post Reply