[gnome-music: 3/4] query: Sort artist names case insensitively
- From: Arnel A. Borja <arnelborja src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music: 3/4] query: Sort artist names case insensitively
- Date: Sun, 18 Aug 2013 17:16:23 +0000 (UTC)
commit 9c81177802c3c24657c62a263e6535655d249127
Author: Arnel A. Borja <arnelborja src gnome org>
Date: Sun Aug 18 21:59:14 2013 +0800
query: Sort artist names case insensitively
https://bugzilla.gnome.org/show_bug.cgi?id=706242
gnomemusic/query.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/query.py b/gnomemusic/query.py
index 2949ed9..ac77d24 100644
--- a/gnomemusic/query.py
+++ b/gnomemusic/query.py
@@ -159,7 +159,7 @@ class Query():
}
)
}
- ORDER BY ?author ?albumyear nie:title(?album)
+ ORDER BY fn:lower-case(?author) ?albumyear nie:title(?album)
'''.replace('\n', ' ').strip()
ARTISTS_COUNT = '''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]