Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Make search better for autocomplete entries (fuzzy search) #883

Open
jtremback opened this issue Feb 23, 2016 · 3 comments
Open

Make search better for autocomplete entries (fuzzy search) #883

jtremback opened this issue Feb 23, 2016 · 3 comments

Comments

@jtremback
Copy link

Chrome has a nice history autocomplete which does a fuzzy-ish search for stuff in your history when you type into the address bar:
image

Brave doesn't really do this:
image

I've used this library to implement this feature before: http://lunrjs.com/

It works pretty well, might want to benchmark it though.

@bradleyrichter
Copy link
Contributor

thanks @jtremback

We will add this as well as other suggested results including open tabs. Let us know if there are other results you would find useful.

-Brad

@diracdeltas
Copy link
Member

dupe of #179

@diracdeltas diracdeltas added the duplicate Issue has already been reported label Feb 24, 2016
@bbondy bbondy changed the title Address bar history autocomplete Make search better for autocomplete entries (fuzzy search) Feb 28, 2016
@bbondy bbondy removed the duplicate Issue has already been reported label Feb 28, 2016
@bbondy
Copy link
Member

bbondy commented Feb 28, 2016

Renamed the title here so it's no longer a dupe.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants