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

Support fuzzy matching for queries #11

Open
daniel-beard opened this issue Mar 20, 2015 · 4 comments
Open

Support fuzzy matching for queries #11

daniel-beard opened this issue Mar 20, 2015 · 4 comments

Comments

@daniel-beard
Copy link
Contributor

  • Example the builtin snippet Objective-C -init Method, would be really nice if I could just enter init and match that action.
@pdcgomes
Copy link
Owner

Agreed!

Has been on my TODO since day one - fortunately I've built the search component with different search strategies in mind so that I could replace the implementation later.

Now that the core feature set is working, it's probably a good time to refine the search engine. I'll probably take a look at this over the weekend, so stay tuned!

@daniel-beard
Copy link
Contributor Author

Awesome work so far! Very much looking forward to future improvements :)

@DivineDominion
Copy link

Fuzzy matching would be great: m l d matches "Move Line Down" currently, but mld would be way more convenient.

@pdcgomes
Copy link
Owner

pdcgomes commented Sep 7, 2015

Yeap, that makes total sense.
I've added a first pass implementation that does the job, please check 31ef34a and let me know if this matches your expectations.

Cheers.

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

3 participants