diff --git a/classes/search/activity.php b/classes/search/activity.php new file mode 100644 index 00000000..8dff34f1 --- /dev/null +++ b/classes/search/activity.php @@ -0,0 +1,46 @@ +. + +/** + * Search area for mod_hvp activities. + * + * @package mod_hvp + * @copyright 2019 Michiel Boerman + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +namespace mod_hvp\search; + +defined('MOODLE_INTERNAL') || die(); + +/** + * Search area for mod_hvp activities. + * + * @package mod_vp + * @copyright 2019 Michiel Boerman + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ +class activity extends \core_search\base_activity { + + /** + * Returns true if this area uses file indexing. + * + * @return bool + */ + public function uses_file_indexing() { + return true; + } +} diff --git a/editor b/editor index 687c698e..4246abf2 160000 --- a/editor +++ b/editor @@ -1 +1 @@ -Subproject commit 687c698e679023ba5da46e260bb8ece231f2d586 +Subproject commit 4246abf277cfed730a2f55bf14cddac137aca0c1 diff --git a/library b/library index 4c973c30..d05bc94d 160000 --- a/library +++ b/library @@ -1 +1 @@ -Subproject commit 4c973c30885fbc222b2534f476a335820a6e8e25 +Subproject commit d05bc94d92e225f59f536d0993fc7d65a89e9cae diff --git a/reporting b/reporting index 7a7c9a40..4539b965 160000 --- a/reporting +++ b/reporting @@ -1 +1 @@ -Subproject commit 7a7c9a40f600eacc2585f039d877c346a34af559 +Subproject commit 4539b9650f8206ecef8054b5186161bed228c815