Module Search

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
sergvic

Module Search

Post by sergvic »

Why search of Russian words does not work ?
The site encoding "windows-1251".
tehna

Re: Module Search

Post by tehna »

In /modules/Search/action.dosearch.php i replace

Code: Select all

htmlentities($word, ENT_COMPAT, 'UTF-8'));
with

Code: Select all

htmlspecialchars($word, ENT_COMPAT, 'windows-1251'));
on line 26. I don't now is this the right thing, but it work for me.
Locked

Return to “Modules/Add-Ons”