Skip to content

Commit 59f8685

Browse files
authored
Merge pull request #26633 from nextcloud/enh/sharee/lookup_later
Make lookup search explicit
2 parents 79116e8 + dcd4542 commit 59f8685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/lib/Controller/ShareesAPIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function __construct(
141141
* @return DataResponse
142142
* @throws OCSBadRequestException
143143
*/
144-
public function search(string $search = '', string $itemType = null, int $page = 1, int $perPage = 200, $shareType = null, bool $lookup = true): DataResponse {
144+
public function search(string $search = '', string $itemType = null, int $page = 1, int $perPage = 200, $shareType = null, bool $lookup = false): DataResponse {
145145

146146
// only search for string larger than a given threshold
147147
$threshold = $this->config->getSystemValueInt('sharing.minSearchStringLength', 0);

0 commit comments

Comments
 (0)