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

Feature: Add fuzzy string matching for when users search players #3

Open
samhld opened this issue Jan 27, 2021 · 1 comment
Open

Feature: Add fuzzy string matching for when users search players #3

samhld opened this issue Jan 27, 2021 · 1 comment
Assignees

Comments

@samhld
Copy link
Owner

samhld commented Jan 27, 2021

If a user types "Babbit" (incomplete -- missing first name and final "t"), the app should return all possible players like "Luke Babbitt". Ideally, "Babitt" (incomplete and misspelled) would as well.

Considerations:
Fuzzywuzzy library

@samhld samhld self-assigned this Jan 27, 2021
@samhld
Copy link
Owner Author

samhld commented Jan 27, 2021

Commit 5be5e0a deals with this. Will consider closing tomorrow (1/27)

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

1 participant