GNOME Bugzilla – Bug 706242
Artists in Artists view are not sorted case-insensitively
Last modified: 2013-08-18 17:20:08 UTC
Created attachment 252111 [details] Screenshot showing that the artist eufonius is sorted after Zwei Albums in albums view are sorted case-insensitively, but this is not the case in the Artists view. All artist names starting with an uppercase letter are sorted first, followed by artists that start with a lower case letter. Sample query that could show the problem: tracker-sparql -q "SELECT DISTINCT (SELECT nmm:artistName(?artist) WHERE { ?album nmm:albumArtist ?artist } LIMIT 1) AS author { ?song a nmm:MusicPiece ; nmm:musicAlbum ?album } ORDER BY ?author" Sample output of above command: ... ZAQ Zwei Zwei爀 eufonius fripSide fumika ...
Created attachment 252119 [details] [review] query: Sort artist names case insensitively
Comment on attachment 252119 [details] [review] query: Sort artist names case insensitively Committed as 9c811778.