Skip to content
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

Enhancement: Filtering #7

Open
awp3rator opened this issue Jan 21, 2020 · 1 comment
Open

Enhancement: Filtering #7

awp3rator opened this issue Jan 21, 2020 · 1 comment

Comments

@awp3rator
Copy link

Primary Feature Request: Feature to filter by CheckBox status Obtained/Not Obtained.

Various attempts at text filters did not seem obvious to filter by Obtained/Not Obtained. Keywords tried: Checked, Obtained, Yes, 1, Y

Secondary Feature Request: Feature to add filter operators like <> or != value

Example: !=Monsters would return Neutral, Nilfgaard, Northern Realms, Scoia'tael. This could generally work for all columns. Alternative method for this would be to treat multiple same column filters as OR statements, not AND statements as they are now. Current version treats a filter "Monsters" with a filter for "Neutral" as a request for a card that has both, and none return. This route may require a UI change and as such, may not be worth the effort.

@rfvgyhn
Copy link
Owner

rfvgyhn commented Jan 27, 2020

Regarding the checkbox filter feature, a temporary workaround is to sort the grid by the checkbox column.

Filter operators are a good idea. It's likely I won't get around to implementing that in the near future though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants