mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
Removed obsolete Score and Similiarity values for search
This commit is contained in:
@@ -1708,7 +1708,6 @@ public sealed class BaseItemRepository(IDbContextFactory<JellyfinDbContext> dbPr
|
||||
query = query.Where(e => e.Type == returnType && e.ItemValues!.Any(f => e.CleanName == f.CleanValue && itemValueTypes.Any(w => (ItemValueType)w == f.Type)));
|
||||
|
||||
if (filter.OrderBy.Count != 0
|
||||
|| filter.SimilarTo is not null
|
||||
|| !string.IsNullOrEmpty(filter.SearchTerm))
|
||||
{
|
||||
query = ApplyOrder(query, filter);
|
||||
|
||||
Reference in New Issue
Block a user