mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Search tags as well
This commit is contained in:
@@ -2462,6 +2462,7 @@ namespace Emby.Server.Implementations.Data
|
||||
if (query.SearchTerm.Length > 1)
|
||||
{
|
||||
builder.Append("+ ((CleanName like @SearchTermContains or (OriginalTitle not null and OriginalTitle like @SearchTermContains)) * 10)");
|
||||
builder.Append("+ ((Tags not null and Tags like @SearchTermContains) * 5)");
|
||||
}
|
||||
|
||||
builder.Append(") as SearchScore");
|
||||
|
||||
Reference in New Issue
Block a user