From 9131df8061d2ee3ba83a113e04052beb04eb9026 Mon Sep 17 00:00:00 2001 From: Geoff Munn Date: Thu, 17 Sep 2009 00:11:20 +0000 Subject: [PATCH] MINOR FIX: full text column now named git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@86517 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- filesystem/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/File.php b/filesystem/File.php index 7c3d84644..b91c71056 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -25,7 +25,7 @@ class File extends DataObject { ); static $indexes = array( - "SearchFields" => Array('type'=>'fulltext', 'value'=>'Filename,Title,Content'), + "SearchFields" => Array('type'=>'fulltext','name'=>'SearchFields', 'value'=>'Filename,Title,Content'), ); static $has_one = array(