You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-selection should be supported in filters by matching any element of the selected subgroups (statuses, folders, trackers, labels) and ANDing those expressions.
For example, selecting Downloading and Active in statuses, foobar in folders, mytracker1.org and mytracker2.org in trackers, and a, b and c in labels should show all torrents that :
are either in Downloading or Active states,
and their destination folder is foobar,
and they're using either mytracker1.org or mytracker2.org,
and they were assigned any of a, b, c labels.
The text was updated successfully, but these errors were encountered:
Multi-selection should be supported in filters by matching any element of the selected subgroups (statuses, folders, trackers, labels) and ANDing those expressions.
For example, selecting
Downloading
andActive
in statuses,foobar
in folders,mytracker1.org
andmytracker2.org
in trackers, anda
,b
andc
in labels should show all torrents that :Downloading
orActive
states,foobar
,mytracker1.org
ormytracker2.org
,a
,b
,c
labels.The text was updated successfully, but these errors were encountered: