mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 00:44:08 +02:00
Merge pull request #8842 from bradbeattie/master
This commit is contained in:
commit
d34ded211e
1 changed files with 1 additions and 0 deletions
|
|
@ -2461,6 +2461,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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue