Search found 2 matches

by redarmy
Wed May 19, 2004 2:55 am
Forum: Bugs
Topic: fix for multi-byte language search
Replies: 4
Views: 6543

version of MySQL is 4.0.18.

not MYSQL bug, serendipity's bug.

one solution is LIKE,but it is a lot slower ;

other solution use MATCH,maybe here:
http://www.evolt.org/article/Boolean_Fu ... index.html
by redarmy
Sun May 16, 2004 10:06 am
Forum: Bugs
Topic: fix for multi-byte language search
Replies: 4
Views: 6543

fix for multi-byte language search

serendipity0.6p11 not support multi-byte language's search,such as Chinese search.

i changed function serendipity_searchEntries in serendipity_functions.inc.php to fix it.
--------------------------------------------
function serendipity_searchEntries($term) {
global $serendipity;

$querystring ...