On Nov 21, 6:00 am, Vassilis Vatikiotis <[email protected]> wrote: > Hello all, > > has anyone had any experience with the new mysql 5.6 and innodb full text > search? Is sequel ready to support the fts features, from a > funcctional/operational point of view, and if not what needs to be done,
Sequel already supports FTS on MySQL MyISAM tables in earlier versions, so unless the SQL syntax has changed for InnoDB FTS, it should work fine using Dataset#full_text_search. If the SQL syntax has changed, I'll accept a patch that adds another method for InnoDB full text searching. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
