moodle/search/tests
sam marshall 7ba2a20166 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.
2019-08-23 11:51:50 +01:00
..
behat MDL-66378 behat: Fix use of before/after selectors 2019-08-19 08:16:40 +08:00
fixtures MDL-66326 Global search: Delete from index when courses are deleted 2019-08-23 11:51:50 +01:00
generator MDL-60880 core_search: Allow search of specific context (back-end) 2017-12-05 17:42:38 +00:00
area_category_test.php MDL-60913 search: add search area categories 2019-01-23 10:28:43 +11:00
base_activity_test.php MDL-62899 search: add document icons 2018-08-07 17:40:57 +10:00
base_block_test.php MDL-62899 search: add document icons 2018-08-07 17:40:57 +10:00
base_test.php MDL-62869 search: implement searching for all courses 2019-03-01 07:18:37 +11:00
document_icon_test.php MDL-62899 search: add document icons 2018-08-07 17:40:57 +10:00
document_test.php MDL-62899 search: add document icons 2018-08-07 17:40:57 +10:00
engine_test.php MDL-62899 search: add document icons 2018-08-07 17:40:57 +10:00
events_test.php MDL-55191 search: Generate an search result viewed event 2016-09-15 09:36:49 +08:00
external_test.php MDL-61028 core_search: Allow filtering search by user (front-end) 2018-04-20 17:10:03 +01:00
manager_test.php MDL-66326 Global search: Delete from index when courses are deleted 2019-08-23 11:51:50 +01:00
skip_future_documents_iterator_test.php MDL-60720 core_search: Indexing halts on failed get_document 2017-11-07 16:36:37 +00:00