mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
c3d223fa58
commit
41cb214112
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue