Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2019-12-10 09:47:30 +01:00
parent c3d223fa58
commit 41cb214112
No known key found for this signature in database
GPG Key ID: 0E00D4D47D0C5AF7
1 changed files with 2 additions and 0 deletions

View File

@ -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];
}