View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021804 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2025-10-10 11:29 | 2025-10-14 21:03 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | assigned | Resolution | fixed | ||
Target Version | 2024.2.1 | Fixed in Version | 2024.2 | ||
Summary | 0021804: Advanced search: Advanced search execute non needed queries | ||||
Description | Advanced search execute non needed queries and shows in progress (Albums/conductor/Artist/...) Instead of for simple search build simplest query Advanced Search -> Title -> Contains -> 'Uzmi boje' -> ENTER -> 9s -> till refresh and 15s to full query is done (image 1). Same query using SQL Editor Addon -> SELECT * FROM Songs WHERE SongTitle LIKE '%Uzmi Boje%' -> EXECUTE and within less than 1s results are shown (image 2) and are same as Advanced query that take 15s+ to show or refresh Video and full MM log is on FTP | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 3169 | ||||
|
I see, it is loading all artist/album/conductor/genre grids even if you selected the 'List' view i.e. in 'Browser' view the queries for artists/albums/genres/... are used, but in 'List' view they shouldn't be |
|
Fixed in 3169 |
|
Looks like this is resolve, leaving for Peke to verify. |
|
Verified 3170 that it is fixed for list view. But now Browser View refreshes several times before shows end result and it is 10x times slower to show result. Please close if you find it unrelated for original report. |