-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add fuzzy search #267
Add fuzzy search #267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #267 +/- ##
==========================================
+ Coverage 86.42% 87.85% +1.42%
==========================================
Files 20 21 +1
Lines 140 140
Branches 20 20
==========================================
+ Hits 121 123 +2
+ Misses 15 14 -1
+ Partials 4 3 -1
Continue to review full report at Codecov.
|
872cdb2
to
c9bb057
Compare
hey @carloscuesta, I moved the |
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.
Hey!
Thanks for opening the PR, but as a general recommendation I would suggest you to read the contribution guide before opening any PR
🙏
c9bb057
to
1669034
Compare
1669034
to
a0a9853
Compare
Thanks for the review ! |
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.
Thanks! 🚀
Description
Use fuzzy search.
This will for example make such a search possible:
Issue: #147
Tests