diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/SearchController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/SearchController.php b/core/Controller/SearchController.php index 72633630dad..42439e9ceb9 100644 --- a/core/Controller/SearchController.php +++ b/core/Controller/SearchController.php @@ -55,6 +55,7 @@ class SearchController extends Controller { /** * @NoAdminRequired + * @NoCSRFRequired */ public function search(string $query, array $inApps = [], int $page = 1, int $size = 30): JSONResponse { $results = $this->searcher->searchPaged($query, $inApps, $page, $size); |