Closed nantaphop closed 7 years ago
I was under the impression that the app finder plugin was using fuzzy search to match the names. We do use this library in other places of Zazu.
That fuzzy find library will do what you have implemented.
Agree with @amjith here, the fuzzyfind library would fix this issue in a very nice way. It's used in quite a few plugins right now.
I'd want to make sure we still give weight to the beginning of the word.. for instance the "C" in "google chrome" is more important than the "C" in "Dictionary" Even though it appears first in the ladder.
Oh just know this library. It look great.
On Thu, Jan 12, 2017, 05:16 Blaine Schmeisser notifications@github.com wrote:
I'd want to make sure we still give weight to the beginning of the word.. for instance the "C" in "google chrome" is more important than the "C" in "Dictionary" Even though it appears first in the ladder.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tinytacoteam/zazu-file-finder/pull/15#issuecomment-272013212, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpTohA23Cjk3Zkk638lK02MFO3F7C62ks5rRVS9gaJpZM4Lg3ff .
Closing this pull request.
Add ability to search app with abbreviation name. Such as query "as" will be match "Android Studio".
Also support some app that title difference from its *.app like Virtual Studio Code that come with title "Code" with filename "Virtual Studio Code.app" can be search by the query "vsc"