Minor search update - full word titles matches first (#8757)

This commit is contained in:
SteveTheGrey
2022-11-27 16:03:28 +00:00
committed by GitHub
parent 036382debb
commit 87d4ef7403
2 changed files with 12 additions and 0 deletions

View File

@@ -154,5 +154,10 @@ namespace MediaBrowser.Model.Querying
/// The similarity score.
/// </summary>
public const string SimilarityScore = "SimilarityScore";
/// <summary>
/// The search score.
/// </summary>
public const string SearchScore = "SearchScore";
}
}