Hi there,
Been trying to find the best way to integrate some dataobject fields in the Fulltext site search. I'm using 3.1 rc1 and the site is hosted on a shared hosting site so no access to install services (like solr) adding modules is fine.
Looking at the documentation for 3.1 regarding search it seems to intimate that by adding
private static $create_table_options = array(
'MySQLDatabase' => 'ENGINE=MyISAM'
);
to a data object that it will be included in the fulltext site search. (granted i may be reading/understanding it wrong)
info is here http://doc.silverstripe.org/framework/en/3.1/topics/search
Regards
Mick