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
This commit is contained in:
Geoff Munn 2009-09-17 00:11:20 +00:00
parent 844330a63d
commit 9131df8061

View File

@ -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(