View Issue Details

IDProjectCategoryView StatusLast Update
0021804MMW 5Playlists (Auto) / Search / Filterspublic2025-10-14 21:03
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status assignedResolutionfixed 
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

lowlander

2025-10-14 17:26

developer   ~0079814

Looks like this is resolve, leaving for Peke to verify.

peke

2025-10-14 21:03

developer   ~0079837

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.