Actions
Feature #12
open
SS
DM
sorting should allow multiple tags per rule / group
Feature #12:
sorting should allow multiple tags per rule / group
Start date:
2022-02-10
Due date:
% Done:
0%
Estimated time:
Description
if i want to sort all my plastics masks i should be able to set up a rule like this
"plastic" ; "plastik" ; "kunststoff" ---> plastics
not 3 different rules like it is at the moment:
"plastic" ---> plastics
"plastik" ---> plastics
"kunststoff" ---> plastics
especially for masks the sorting rules get endless otherwise
DM Updated by Dariusz Makowski about 4 years ago
Sounds like its time to add regexp...
I've tried to avoid it in favor of simple "user friendly" config system, but with more complex ruling I think we may need to go with regexp here.
Actions