No, it didn't work either. It does not work even if I remove that part completely.
I think the issue lies between fulltext itself and my language character. I tried to do an search using
SELECT * FROM post WHERE MATCH(title, pagetext) AGAINST('汉字')
where inside the AGAINST is some chinese character, it returns nothing. Although I know that there are posts with these words. Is fulltext doing a partial match be default?
Thanks for your help.
|