mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-07 08:18:54 +01:00
Minor search update - full word titles matches first (#8757)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user