kaihendry / greptweet

Sane twitter backup and search
https://greptweet.com/
Other
76 stars 10 forks source link

When clicking back to a search result, it is blank #20

Closed kaihendry closed 11 years ago

kaihendry commented 11 years ago

Workaround is to change the input, which is crap.

1) Navigate away by clicking a search results 2) Click browser back button 3) Empty search results but query still in text area

What should happen:

1) Navigate away by clicking a search results 2) Click browser back button 3) Same search results

kaihendry commented 11 years ago

I think this stems from the issue that setting up the URL to reflect the search query does not work: https://github.com/kaihendry/Greptweet/blob/master/main.js#L59

http://stackoverflow.com/questions/11924937/url-with-the-current-query

Any ideas?