ChrisNZL / Fauxbar

An alternative to Chrome's Omnibox.
https://chrome.google.com/webstore/detail/fauxbar/hibkhcnpkakjniplpfblaoikiggkopka
MIT License
90 stars 13 forks source link

Feature: Fuzzy search #6

Closed vdun closed 7 years ago

vdun commented 7 years ago

Example. Typing: tg would match (words having the letters 't' and 'g'): caT bloG kiTty Globe planeT Ground

maybe using https://github.com/krisk/Fuse ?

ChrisNZL commented 7 years ago

Any clarifications on this? Can you give examples of what you'd like to type and expect to get returned?

vdun commented 7 years ago

I edited the description. is it clear ?

ChrisNZL commented 7 years ago

This behaviour can be achieved by adding a space between each letter. So if you searched for t g you would get all three results in your example.

vdun commented 7 years ago

Hidden trick. thx