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,
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.