[AMOS commit] MDL-66326 Global search: Delete from index when courses are deleted Committed into Git: 2019-08-08 09:38 UTC

[AMOS commit] MDL-66326 Global search: Delete from index when courses are deleted Committed into Git: 2019-08-08 09:38 UTC

by AMOS bot -
Number of replies: 0
Author: sam marshall
MDL-66326 Global search: Delete from index when courses are deleted
Adds new API support within search engines for optional methods to
delete data for courses and contexts, and implements this for the
two core search plugins (simpledb and solr).

The new API is automatically called when courses or contexts are
deleted. When a whole course is deleted, it only sends the course
delete rather than sending 1,000 separate context deletions as
each activity/block is deleted.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=7ba2a20166a9b2c1b2414fea17d567dd8ab07f33
http://github.com/moodle/moodle/commit/7ba2a20166a9b2c1b2414fea17d567dd8ab07f33

+ 3.8 en [errorsolr,search_solr]