Added Sorting and Grouping

This commit is contained in:
JPVenson
2024-10-08 16:27:47 +00:00
parent 90103165e2
commit ea81db67f4
3 changed files with 297 additions and 1827 deletions

View File

@@ -154,14 +154,4 @@ public enum ItemSortBy
/// The index number.
/// </summary>
IndexNumber = 29,
/// <summary>
/// The similarity score.
/// </summary>
SimilarityScore = 30,
/// <summary>
/// The search score.
/// </summary>
SearchScore = 31,
}