-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5
-
MOODLE_35_STABLE
-
MOODLE_35_STABLE
-
MDL-61256-master -
(Note: There is an existing issue MDL-55303 which covers this and another issue. Hopefully it's OK to start this new issue to split out just this part.)
Currently section titles and summaries are not indexed. One of our testers pointed out that text (part of the course content) can be included in these, which is not found when they search.
(The specific example they're using has a title like 'Case study: Evelyn' and they searched for Evelyn and didn't find anything.)
This seems like a straightforward limitation of Moodle core search indexing which ought to be resolved.
I propose adding a new core search area for sections, including the title and summary, called 'Course sections'.Sections will only be indexed if they contain custom text in either the title or summary.
There is existing standard Moodle logic that can be used around section visibility, URL, etc. Also, I thought I was going to have to add a timemodified field to sections, but thankfully Devang Gaur already did that in . MDL-55548