Skip to content

Commit

Permalink
MDL-83377 repository_local: Missing options for searching
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-csg committed Oct 5, 2024
1 parent d7e3bea commit 4e79db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repository/local/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
Expand Down

0 comments on commit 4e79db4

Please sign in to comment.