Opened 4 years ago
Closed 4 years ago
#2232 closed enhancement (fixed)
Improved functionality for synchronization filters
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.18 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Synchronization filters in item lists are very useful, but one drawback is that items must match all filters in order to get included in the list.
It would be nice if some kind of "OR-like" functionality could be implemented. For example: Items should match filters 1, 2 and 3 or filters 4 and 5. This would help a lot in a lot of situations which currently requires 3 item lists (one list with filters 1, 2 and 3; a second list with filters 4 and 5; and third list that is combining the first two).
If possible, it would also be nice to have a "NOT-like" functionality. For example: In addition to the above, always exclude items matching filter 6.
Change History (6)
comment:1 by , 4 years ago
comment:4 by , 4 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
In 7881: