View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009178 | MMA | Navigation | public | 2012-02-24 08:56 | 2012-09-16 06:32 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.0.1 | ||||
Summary | 0009178: Implement Search | ||||
Description | Search button should show a Search box that would return results as soon as user types the text. It should return: 1. Artist objects when the search string matches Artist name. They can have a generic Artist icon, or possibly later better a collage of Artist's albums. 2. Albums objects when the search string matches Album title or Album Artist name. They should have Album art as an icon. 3. Individual Songs when the search string matches any field. The icon would probably be best as associated Album Art with some generic icon overlay (in order to distinguish from Albums), but for the first version only some generic icon would be fine. 4. Other items could be added as well, like Playlists, Genres, etc., but it probably isn't critical for the first version. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Since full-text search implementation might be a little tricky, we could rely on an easier implementation for the first version(s). I'd suggest to get all tracks from DB to memory (i.e. SELECT *...) and then perform the search in memory. |
|
Problems: 1. After entering some text and pressing Enter, Search results appear in a list, but: 1a. Pressing MM icon (top-left corner) freezes the app. 1b. Title of this view is 'MediaMonkey', but should be 'Search: XXX' instead. |
|
Verified build 30. |