mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
844330a63d
commit
9131df8061
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user