mysql full text search
Posted
by user121196
on Stack Overflow
See other posts from Stack Overflow
or by user121196
Published on 2010-03-20T00:30:14Z
Indexed on
2010/03/20
0:31 UTC
Read the original article
Hit count: 345
I want to do full text search efficiently in MYSQL using match again. Specially I need to use binary operators(eg. match some text but not other text). However I also need efficient transaction support.
But full text search is only supported on MYISAM, not Innodb. What to do?
© Stack Overflow or respective owner