mysql full text search
- by user121196
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?