search module problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
qzy
Forum Members
Forum Members
Posts: 48
Joined: Sun Feb 05, 2006 8:27 am

search module problem

Post by qzy »

Dear all,


I'm just about to fire up a site, which needs to have the classic search function, which is AFAIK provided by the search module. My problem is that search function simply misses many matches, when the search keyword contains special characters (which only appear in hungarian language, but that's the language of the site). Has anyone come across with a mistake like this?


Thanks,
Balint
cyberman

Re: search module problem

Post by cyberman »

Which version do you are using?
qzy
Forum Members
Forum Members
Posts: 48
Joined: Sun Feb 05, 2006 8:27 am

Re: search module problem

Post by qzy »

1.1, which, I think, comes with core 1.0.5.

Page encoding is utf-8.
kode_fi
Forum Members
Forum Members
Posts: 21
Joined: Mon Oct 17, 2005 7:13 am

Re: search module problem

Post by kode_fi »

Hi

Take a look at this forum thread

It's about similar problem on searching special characters on CMSMS 1.02. If I remember correctly, I had to make following modifications:

1. Make sure that CMSMS uses "set names UTF-8" when connecting to mysql
2. Turn off FCKEditors HTML entities conversion
3. Modify search module no to use htmlentities

Code may have changed since 1.0.2 so instructions may be inaccurate.

Teemu
qzy
Forum Members
Forum Members
Posts: 48
Joined: Sun Feb 05, 2006 8:27 am

Re: search module problem

Post by qzy »

Hi Teemu,

thanks for your advice, I've followed the instructions, and all search results are ok now.


Cheers,
Balint
Post Reply

Return to “CMSMS Core”