After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 581343 - No search history is kept
No search history is kept
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: Search Tool
0.6.91
Other All
: Normal minor
: ---
Assigned To: tracker-search-tool
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2009-05-04 17:48 UTC by Kast
Modified: 2010-09-09 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
a less-than-perfect implementation (7.30 KB, patch)
2010-05-10 08:31 UTC, Tshepang Lekhonkhobe
none Details | Review
fixing whitespace and alphanumeric issues (8.66 KB, patch)
2010-05-19 07:42 UTC, Tshepang Lekhonkhobe
committed Details | Review

Description Kast 2009-05-04 17:48:45 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:
Comment 1 Tshepang Lekhonkhobe 2010-04-15 15:23:15 UTC
This is applicable to all versions of TST.
Comment 2 Tshepang Lekhonkhobe 2010-05-10 08:31:37 UTC
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!
Comment 3 Martyn Russell 2010-05-18 08:36:58 UTC
(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? :)
Comment 4 Tshepang Lekhonkhobe 2010-05-19 07:42:27 UTC
Created attachment 161409 [details] [review]
fixing whitespace and alphanumeric issues

an adequate-enough implementation; history still not persistent between sessions
Comment 5 Tshepang Lekhonkhobe 2010-05-19 07:54:35 UTC
@Kast: Where can I see an example of "a browser-like Back button moving to the previous result list"?
Comment 6 Martyn Russell 2010-09-09 13:48:30 UTC
Comment on attachment 161409 [details] [review]
fixing whitespace and alphanumeric issues

Seems this patch was committed.
Comment 7 Martyn Russell 2010-09-09 13:48:49 UTC
This was fixed a while back