mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-53578 search: Enable course id indexing so it can be filtered
This commit is contained in:
parent
fed66ad9e2
commit
a4902f66bb
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ class document implements \renderable, \templatable {
|
|||
'courseid' => array(
|
||||
'type' => 'int',
|
||||
'stored' => true,
|
||||
'indexed' => false
|
||||
'indexed' => true
|
||||
),
|
||||
'owneruserid' => array(
|
||||
'type' => 'int',
|
||||
|
@ -145,7 +145,7 @@ class document implements \renderable, \templatable {
|
|||
'userid' => array(
|
||||
'type' => 'int',
|
||||
'stored' => true,
|
||||
'indexed' => false
|
||||
'indexed' => true
|
||||
),
|
||||
'description1' => array(
|
||||
'type' => 'string',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue