2016-12-02 09:24:35 +08:00
|
|
|
This files describes API changes in /search/*,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2017-05-25 18:19:06 +01:00
|
|
|
=== 3.4 ===
|
|
|
|
|
|
|
|
* Search indexing now supports time limits to make the scheduled task run more neatly. In order for
|
|
|
|
this to work, search engine plugins will need to implement the 'stopat' parameter if they
|
|
|
|
override the add_documents() function, and return an extra parameter from this function (see base
|
|
|
|
class in engine.php). Unmodified plugins will still work, but without supporting time limits.
|
|
|
|
|
2016-12-02 09:24:35 +08:00
|
|
|
=== 3.2 ===
|
|
|
|
|
|
|
|
* Base search area classes have been renamed, please update your search areas to use the classes below:
|
|
|
|
- \core_search\area\base has been renamed to \core_search\base
|
|
|
|
- \core_search\area\base_mod has been renamed to \core_search\base_mod
|
|
|
|
- \core_search\area\base_activity has been renamed to \core_search\base_activity
|