From af144d9692243f477c75d68cd0e8e7192e50c955 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Sat, 29 Oct 2011 13:48:22 +1300 Subject: [PATCH] WS --- docs/en/topics/search.md | 1 + 1 file changed, 1 insertion(+) 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'