bayleeadamoss / zazu-file-finder

A file finder for Zazu.
18 stars 11 forks source link

Add support for abbreviation app name #15

Closed nantaphop closed 7 years ago

nantaphop commented 7 years ago

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"

amjith commented 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.

bayleedev commented 7 years ago

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.

bayleedev commented 7 years ago

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.

nantaphop commented 7 years ago

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 .

bayleedev commented 7 years ago

Closing this pull request.