View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003754 | MMW v4 | Playlist / Search | public | 2007-10-12 02:13 | 2008-11-27 04:43 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0003754: Search bar: Configureable search mode on a per root node basis | ||||
Description | In 3631 we define default search modalities that should be set by default for different nodes (e.g. Web node should search Amazon by default). This is good, but it is somewhat annoying as the user cannot configure defaults that persist. A better, though slightly more complex solution is to allow users to set search options on a per Root-node basis. That way, searches would make sense based on the user's context. e.g. -Library or sub to Library node: [Current Selection]/Entire Library Filtered -Podcast: [Current Selection] -Net Radio: [Entire Library] -Web: [Amazon] Note: this implementation is similar to Songbird's | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?p=110602#110602 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
related to | 0002570 | closed | petr | Library node should show all tracks in Library |
related to | 0003040 | closed | Ludek | Implement proper full-text search |
related to | 0003464 | feedback | jiri | Make Search bar options more clear |
related to | 0005323 | closed | Ludek | Changing search mode doesn't update search mode until new node is selected |
related to | 0005515 | closed | Ludek | Now Playing doesn't have a default search mode |
|
Seems to make sense this way, assigning to Ludek to implement together with other search functionality changes. |
|
Ok, I have implemented this on the "Full-Text Search" SVN branch. On the "Search" options page I added following: Search Mode: - Library or sub to Library node: [Entire Library ] - Playlist node: [Current Selection] - Podcast node: [Current Selection] - Radio node: [Entire Library ] - Web node: [Amazon ] - Device or My Computer node: [Current Selection] The functionality can be tested/reviewed by using the MM_FTS.exe and SQLite3.dll uploaded to our FTP, folder SQLite-FullText. |
|
I've tested the test build and the functionality works fine. However, the design of the functionality is a bit confusing in the sense that changes to the search options made via the Search bar don't persist (i.e. they don't cause the config in the Options panel to change). I suppose we'll get a better feel as the remaining Search changes are implemented. |
|
This works as designed, but as you pointed out, it can be a bit confusing. What works well is the customized searches for the different node types. e.g. Web node: Amazon However, for all of the other node types although the user can define the default behaviour, it can be confusing when the user changes the search setting and it doesn't persist after they switch nodes (e.g. Library to Playlist). On the other hand I can't think of anything better. The only possible alternative would be to add a second search bar (like in firefox). One search bar would be global, and the other would only appear for Search Selected operations. Closing for now...we'll see what users say. |