summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-07-18 15:06:55 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2019-07-26 12:29:19 +0200
commit0487144b2679f83f9a6b59b55561af062f692836 (patch)
treee2bd28fe000bb4fba8aed4f657ce16dbc2c40621 /lib/public
parentb2341cdfd02b3e8ad90f8ae41320f708c3d54bb6 (diff)
downloadnextcloud-server-0487144b2679f83f9a6b59b55561af062f692836.tar.gz
nextcloud-server-0487144b2679f83f9a6b59b55561af062f692836.zip
Remove deprecated searchByTag
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/Files/Cache/ICache.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/public/Files/Cache/ICache.php b/lib/public/Files/Cache/ICache.php
index 3207356cb76..b7845ccb88e 100644
--- a/lib/public/Files/Cache/ICache.php
+++ b/lib/public/Files/Cache/ICache.php
@@ -224,19 +224,6 @@ interface ICache {
public function searchQuery(ISearchQuery $query);
/**
- * Search for files by tag of a given users.
- *
- * Note that every user can tag files differently.
- *
- * @param string|int $tag name or tag id
- * @param string $userId owner of the tags
- * @return ICacheEntry[] file data
- * @since 9.0.0
- * @deprecated 9.0.0 due to lack of pagination, not all backends might implement this
- */
- public function searchByTag($tag, $userId);
-
- /**
* find a folder in the cache which has not been fully scanned
*
* If multiple incomplete folders are in the cache, the one with the highest id will be returned,