diff --git a/docs/en/topics/search.md b/docs/en/topics/search.md index 1f9a15631..3b761f4fa 100644 --- a/docs/en/topics/search.md +++ b/docs/en/topics/search.md @@ -19,6 +19,7 @@ requires the MyISAM storage engine, any DataObject you wish to use with Fulltext engine. You can do so by adding this static variable to your class definition: + :::php static $create_table_options = array( 'MySQLDatabase' => 'ENGINE=MyISAM'