Dmitry Sheiko - 2007-03-30 15:11:38 - In reply to message 1 from extremeua
Please, check you the SQL string the controller generates when you make a request to filter by a keyword. Try to use this SQL string directly, in phpMyAdmin for example. If you have an incorrect result, setup MySQL:
set character_set_results=utf8;
set character_set_client=utf8;
set character_set_connection=utf8";