Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
pull/18314/head
tobiasKaminsky 6 years ago
parent c3d223fa58
commit 41cb214112
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
  1. 2
      lib/private/Files/Cache/QuerySearchHelper.php

@ -156,6 +156,8 @@ class QuerySearchHelper {
$value = self::TAG_FAVORITE;
} else if ($field === 'tagname') {
$field = 'tag.category';
} else if ($field === 'fileid') {
$field = 'file.fileid';
}
return [$field, $value, $type];
}

Loading…
Cancel
Save