-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fuzzy search commands #42
Comments
I'm willing to work on this as well. |
Could I get some more specification? Do you want me to use fuzzy matching anytime we're matching on a name, or to implement the |
Excited that you're interested! This might be a bit more involved, since the current search is quite simple and not smart in any capacity. The main goal would be to get fuzzy matching of these struct fields. The search subcommand you are referencing is a leftover to remove since I don't see any real use for it given the GUI exists. I think there are several ways to approach this. One of them being as follows.
Where Plugging this functionality into the code would happen here and here
( Or I'm open for any changes, or totally different approaches! |
I think this looks good, but I've a question: should fuzzy matching be the only option or should "exact" matching be kept as an option? |
Good call with keeping exact matching an Option. |
@PurpleMyst still considering working on this item? |
No description provided.
The text was updated successfully, but these errors were encountered: