SQL Error: Illegal mix of collations for operation 'match' at /home/dessy/data/www/dessy.ru/WEBINF/component/Search/Model.php line 160
Array
(
    [code] => 1271
    [message] => Illegal mix of collations for operation 'match'
    [query] => 
            select SQL_CALC_FOUND_ROWS  product_id, name, thumbnail, code, brend, version, available, date_ins, price2, price3, qnt1, qnt2, qnt3,
                        (SUBSTRING( description,1,INSTR( description, '' )-1)) as description, price, sec_id, old_price
            from    product
            where   available < 2 and match (code, name, brend, description, version, date_ins) against ('����� �������� �������� ������������ ��� ��������� ��������� ��������:' in boolean mode)  and sec_id != 6666
            order by available DESC, name
#           order by name
            limit 0, 20  
            	
    [context] => /home/dessy/data/www/dessy.ru/WEBINF/component/Search/Model.php line 160
)