pdcgomes / XCActionBar

"Alfred for Xcode" plugin
MIT License
1.21k stars 36 forks source link

Support fuzzy matching for queries #11

Open daniel-beard opened 9 years ago

daniel-beard commented 9 years ago
pdcgomes commented 9 years ago

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 commented 9 years ago

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

DivineDominion commented 9 years ago

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

pdcgomes commented 9 years ago

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

Cheers.