[banshee] Remove AlbumArtist as a default query field
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee] Remove AlbumArtist as a default query field
- Date: Fri, 13 Nov 2009 06:05:21 +0000 (UTC)
commit 48cfe692a7b812a823e134c5d5193fd4c4ebba78
Author: Gabriel Burt <gabriel burt gmail com>
Date: Thu Nov 12 22:00:35 2009 -0800
Remove AlbumArtist as a default query field
Default field are the ones searched when no field is specified. I don't
think the value in searching album artist is nearl enough to outweight
the performance hit it brings.
.../Banshee.Services/Banshee.Query/BansheeQuery.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs b/src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs
index abe83b5..f3513cb 100644
--- a/src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs
+++ b/src/Core/Banshee.Services/Banshee.Query/BansheeQuery.cs
@@ -102,7 +102,7 @@ namespace Banshee.Query
public static QueryField AlbumArtistField = new QueryField (
"albumartist", "DisplayAlbumArtistName",
- Catalog.GetString ("Album Artist"), "CoreAlbums.ArtistNameLowered", true,
+ Catalog.GetString ("Album Artist"), "CoreAlbums.ArtistNameLowered", false,
// Translators: These are unique search aliases for "album artist". You can use CSV for synonyms. Please, no spaces. Blank ok.
Catalog.GetString ("albumartist"), Catalog.GetString ("compilationartist"),
"albumartist", "compilationartist"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]