I am trying to implement some sort of fulltext search into my application. I began looking into fulltext search but quickly ran into a problem. All of my DB tables are InnoDB and therefore I cannot use fulltext indexes. The reason for using InnoDB is that I use the saveAll method quite often. Is there a way to use fulltext indexes with InnoDB? Thanks for the help.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
