mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-58957 Global search: Add block support to search manager
This commit is contained in:
parent
557554f99f
commit
a96faa49a8
6 changed files with 664 additions and 4 deletions
|
@ -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 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue