MDL-58957 Global search: Add block support to search manager

This commit is contained in:
sam marshall 2017-05-16 17:26:35 +01:00
parent 557554f99f
commit a96faa49a8
6 changed files with 664 additions and 4 deletions

View file

@ -6,6 +6,9 @@ information provided here is intended especially for developers.
* The block_instances table now contains fields timecreated and timemodified. If third-party code
creates or updates these rows (without using the standard API), it should be modified to set
these fields as appropriate.
* Blocks can now be included in Moodle global search, with some limitations (at present, the search
works only for blocks located directly on course pages or site home page). See the HTML block for
an example.
=== 3.3 ===