[banshee/1.5.1-fixes: 39/56] Remove AlbumArtist as a default query field



commit 978cd95c9294bc496f9f336357ad3ad99ca542b8
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 87abe16..e134617 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]