-
-
Notifications
You must be signed in to change notification settings - Fork 412
Filter feature proposed changes #2680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter feature proposed changes #2680
Conversation
- Return True if no filters selected or no filter text entered. - Return True if no tags are found for selected filters. - Return True if tag found in selected filters and filter text in tag value. - Return False if one or more tags found in selected filters and filter text not in any values of the tags found.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good improvements. LGTM.
Two questions:
Both are fairly easy to include, but I don't want to overdo this with things that might not make sense. |
I'd say no.
Nope, keep it simple. |
Summary
Problem
The newly added metadata filtering system provides some unexpected results.
Solution
This PR proposes some changes as follows:
Add Persistent Settings:
Filter Logic Changes:
Add Master Selection Checkbox:
Add Logging:
The new dialog looks like:
Action
Additional actions required: