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

Text-Based Card Filter #72

Closed
jceddy opened this issue Nov 7, 2019 · 4 comments
Closed

Text-Based Card Filter #72

jceddy opened this issue Nov 7, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@jceddy
Copy link
Owner

jceddy commented Nov 7, 2019

Add a TextBox to the filter bar that will filter for decks/cards that contain the text entered.
It should probably be a full-text search that includes the card's rules text (at least).
First version will probably only handle card names (not full rules text) for languages other than English, but eventually we should be able to support the full text search for other languages, as well.

@jceddy jceddy added the enhancement New feature or request label Nov 7, 2019
@jceddy jceddy self-assigned this Nov 7, 2019
@jceddy jceddy mentioned this issue Nov 7, 2019
@jceddy jceddy pinned this issue Nov 7, 2019
@jceddy
Copy link
Owner Author

jceddy commented Nov 7, 2019

This is going to just be the card names for the initial implementation. Getting the full rules text is a little tougher than I thought at first.

@jceddy
Copy link
Owner Author

jceddy commented Nov 7, 2019

I'll make it case-invariant, culture-invariant, and have a way to use regular expressions.

@frankcalise
Copy link

Card names to start is more than fine

@jceddy
Copy link
Owner Author

jceddy commented Nov 8, 2019

Version 1.0.5.9 was pushed this morning, and contains this functionality.
Closing.

@jceddy jceddy closed this as completed Nov 8, 2019
@jceddy jceddy unpinned this issue Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants