Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Traverse search history #72

Open
bayleedev opened this issue Sep 2, 2016 · 6 comments
Open

Traverse search history #72

bayleedev opened this issue Sep 2, 2016 · 6 comments
Labels

Comments

@bayleedev
Copy link
Member

As a user who often clicks the wrong thing
It would be nice to have search history I can traverse
So I can return to previous results

@eldinoyev
Copy link
Contributor

Should it save a search to history once the user selects a result? Otherwise might be hard to tell when to commit a search to memory since handleQueryChange() gets called on every change to the search input.

@bayleedev
Copy link
Member Author

@eldinoyev possibly save the last x in memory in the handleResultClick

@eldinoyev
Copy link
Contributor

eldinoyev commented Feb 21, 2017

Been looking at this one lately. Is it just me or should this functionality be a core Zazu feature? Was thinking of approaching similarly to zazu-clipboard, where hitting a key combo opens a list of previous queries (using nedb), but not sure how to handle re-opening Zazu with that query populating the input. Unless by clicking on a previous Query, Zazu simply copies it to the user's clipboard, in which case this can work as a plugin.

@bayleedev
Copy link
Member Author

I started working on a branch for this feature. There's a ticket in the doing column over here. If you want to pair on it and I can go over what I did that'd be awesome. Let me know :D

@eldinoyev
Copy link
Contributor

That sounds pretty good to me!

@staff0rd
Copy link

staff0rd commented May 2, 2018

Was there a branch for this?

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

No branches or pull requests

3 participants