View Issue Details

IDProjectCategoryView StatusLast Update
0021804MMW 5Playlists (Auto) / Search / Filterspublic2025-10-10 20:10
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version2024.2.1Fixed in Version2024.2 
Summary0021804: Advanced search: Advanced search execute non needed queries
DescriptionAdvanced 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
TagsNo tags attached.
Attached Files
image.png (22,000 bytes)   
image.png (22,000 bytes)   
image-2.png (25,157 bytes)   
image-2.png (25,157 bytes)   
Fixed in build3169

Activities

Ludek

2025-10-10 19:27

developer   ~0079784

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

Ludek

2025-10-10 20:10

developer   ~0079785

Fixed in 3169