View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001331 | MMW v4 | Playlist / Search | public | 2004-05-11 15:43 | 2007-03-19 01:07 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 3.0 | ||||
Summary | 0001331: Provide a means to look at most recent search results | ||||
Description | Although the MRU list in the search bar is useful, there is some useful functionality that is still missing: -Ability to use the 'back' button to see search results -Ability to see 'advanced' search results generated previously Suggested implementation: -Change 'Search' node --> 'Search Results' -Anytime a search is entered, and the results appear, the query used to generate the search is saved within a node that is a child to the 'Search Results' node. This should be an MRU list (of 10 searches) that cycles. The name of each auto-generated node should be the first 20 characters of the query + ... if it's longer). -If the user goes to another node and then clicks 'back' or 'forward', the search results are regenerated based on the query (if appropriate). | ||||
Additional Information | originally discussed in #95 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1024 | ||||
|
Note: There's no need to even show the search node until there are search results contained within it, as pointed out by users at: http://www.mediamonkey.com/forum/viewtopic.php?t=8062 |
|
Note: this will also fix the problem that <F5> on the search screen causes the Advanced Search dialog to appear: http://www.mediamonkey.com/forum/viewtopic.php?t=10276 |
|
Note that saved searches can be represented as search subnodes or as tabs (tabs are better if we don't support hierarchy in the tracklist, otherwise subnodes are preferable). An excellent example of representing searches as tabs appears within both eMule: http://www.emule-project.net/home/screenshots/search.png |
|
Should be implemented as described. Maybe just that 20 characters limit should be 30 or so... |
|
Resolved in revision 2545 together with 2417. We could add this MRU list to windows' registers per user in order to remember this after closing MM, but it conflicts with 2417: Hide search node until there are search results. |