Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: 3.1
-
Component/s: Global search
-
Testing Instructions:
-
Affected Branches:MOODLE_31_STABLE
-
Fixed Branches:MOODLE_31_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-53578-master -
Pull Master Diff URL:
Description
Currently the courseid field in global search is set to indexed=>false. There is already a ticket to add course filtering to search results, which can't be done if that is off. A field has to be indexed to add a query filter.
I think we should enable now, even if Moodle 3.1 won't ship with that feature, to prevent a foreseeable cause of a full re-indexing.