GNOME Bugzilla – Bug 581343
No search history is kept
Last modified: 2010-09-09 13:48:49 UTC
Save a search query history (about 10-20 items long) and make the query input box a drop-down combo. Also, a browser-like Back button moving to the previous result list may be extremely useful :) Other information:
This is applicable to all versions of TST.
Created attachment 160686 [details] [review] a less-than-perfect implementation History is only per-session (it's lost when the app is restarted). Also, if one inputs whitespace, it's also added as part of history. Not good!
(In reply to comment #2) > Created an attachment (id=160686) [details] [review] > a less-than-perfect implementation > > History is only per-session (it's lost when the app is restarted). Also, if one > inputs whitespace, it's also added as part of history. Not good! Thanks for the initial patch. Could you come up with a more perfect implementation then? :)
Created attachment 161409 [details] [review] fixing whitespace and alphanumeric issues an adequate-enough implementation; history still not persistent between sessions
@Kast: Where can I see an example of "a browser-like Back button moving to the previous result list"?
Comment on attachment 161409 [details] [review] fixing whitespace and alphanumeric issues Seems this patch was committed.
This was fixed a while back