Merge branch 'MDL-53578-master' of git://github.com/merrill-oakland/moodle

This commit is contained in:
Dan Poltawski
2016-03-29 16:38:58 +08:00
+2 -2
View File
@@ -128,7 +128,7 @@ class document implements \renderable, \templatable {
'courseid' => array(
'type' => 'int',
'stored' => true,
'indexed' => false
'indexed' => true
),
'owneruserid' => array(
'type' => 'int',
@@ -155,7 +155,7 @@ class document implements \renderable, \templatable {
'userid' => array(
'type' => 'int',
'stored' => true,
'indexed' => false
'indexed' => true
),
'description1' => array(
'type' => 'text',