Fulltext search problem!
Hi,
The bellow code worked in mysql 5.0.24a But not work at mysql 5.5 !
$q is utf8 character.
SELECT *,MATCH(p.name,p.keywords) AGAINST('$q') AS pscore
FROM products as p
WHERE MATCH(p.name,p.keywords) AGAINST('$q') ORDER BY pscore DESC
please help me.
thanks.
Subject
Views
Written By
Posted
Fulltext search problem!
3017
May 26, 2012 02:35AM
1533
May 26, 2012 10:10PM
1429
May 27, 2012 12:07AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.