Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   [TT 2.0.5] - Search error. (http://www.bvlist.com/showthread.php?t=1743)

HelixiR 5th January 2009 17:09

[TT 2.0.5] - Search error.
 
[05-01-09 15:04] HelixiR: db utf8 - i see torrents name in normal text (rus & eng) but search not work if my search request are russian.:sad:
Any idea wtf?:mad:

hack346 6th January 2009 13:19

try this

open your backend/functions.php

find this line

Code:

function searchfield($s) {
    return preg_replace(array('/[^a-z0-9]/si', '/^\s*/s', '/\s*$/s', '/\s+/s'), array(" ", "", "", " "), $s);
}


replace with:
Code:

function searchfield($s) {
    return preg_replace(array('/[^a-zA-Zа-яА-Я0-9]/si', '/^\s*/s', '/\s*$/s', '/\s+/s'), array(" ", "", "", " "), $s);
}



All times are GMT +2. The time now is 11:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.