[Feature]: Filter multi-tagged images and list dynamic tag-combination groups #166
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ai-collab/bulk-image-organizer#166
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Affected area
Tag Filter (grid, viewer, Duplicates sidebar, Trash)
Problem
Users can filter by individual tags (Active any-of) or require every Active tag with no extra user tags (Exclusive). There is no way to:
That makes it hard to review images that were tagged with overlapping sets (for example
person+location, or three-way combinations) and to see every distinct grouping that appears.Current behavior
Tag Filter lists real workspace tags under --Available-- / --Active-- / --Exclude--. Exclusive is an exact user-tag set match for whichever tags the user already selected. Untagged Only covers the zero-tag case. Combination sets are not enumerated.
Desired behavior
DELETEand duplicate-prefix tags do not count toward the count, matching Exclusive’s extra-tag rules).{Alice, Beach}and{Alice, Beach, Night}produce two groups such asAlice + BeachandAlice + Beach + Night.+) so the same set always looks the same.Design notes (to confirm in a DR if needed)
DELETEandF-DUPE_/V-DUPE_/ legacy dupe prefixes when building sets.Acceptance criteria
Out of scope