From 4e79db4ec5a078a3c4b032530b0684998d4cd3dd Mon Sep 17 00:00:00 2001 From: Stefan Hanauska Date: Sat, 5 Oct 2024 20:44:42 +0200 Subject: [PATCH] MDL-83377 repository_local: Missing options for searching --- repository/local/lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repository/local/lib.php b/repository/local/lib.php index 0dc7fac70760c..6a3ec3c62ea00 100644 --- a/repository/local/lib.php +++ b/repository/local/lib.php @@ -346,6 +346,8 @@ public function search($q, $page = 1) { $return = array( 'list' => array_values($results), 'dynload' => true, + 'nosearch' => false, + 'nologin' => true, 'pages' => $pages, 'page' => $page );