See Release Notes
Long Term Support Release
(no description)
File Size: | 117 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
tags:: (3 methods):
uses_file_indexing()
get_document_recordset()
get_document()
uses_file_indexing() X-Ref |
Returns true if this area uses file indexing. return: bool |
get_document_recordset($modifiedfrom = 0, \context $context = null) X-Ref |
Overwritting get_document_recordset() In this search implementation, we need to re-index all instances (and not only the last modified) because we are working with core tags and these can be removed from "manage tags" without change the timemodified in BBB instances. param: int $modifiedfrom param: \context|null $context return: \moodle_recordset|null |
get_document($record, $options = []) X-Ref |
Overriding method to index tags of module as string separated by comma. param: stdClass $record param: array $options return: \core_search\document|bool |