Skip to content

Commit 77d1c27

Browse files
fixup! feat(search): hide search provider
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net>
1 parent bd89b02 commit 77d1c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/Search/IProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getName(): string;
6868
/**
6969
* Get the search provider order
7070
* The lower the int, the higher it will be sorted (0 will be before 10)
71-
* If null, the search provider will be hidden
71+
* If null, the search provider will be hidden in the UI and the API not called
7272
*
7373
* @param string $route the route the user is currently at, e.g. files.view.index
7474
* @param array $routeParameters the parameters of the route the user is currently at, e.g. [fileId = 982, dir = "/"]

0 commit comments

Comments
 (0)