Removed SimilarityScore and ported Search function

This commit is contained in:
JPVenson
2024-10-08 15:16:03 +00:00
parent 527998cd0c
commit 90103165e2
2 changed files with 103 additions and 156 deletions

View File

@@ -14,7 +14,7 @@ public class BaseItem
public required string Type { get; set; }
public IReadOnlyList<byte>? Data { get; set; }
public string? Data { get; set; }
public Guid? ParentId { get; set; }
@@ -94,7 +94,7 @@ public class BaseItem
public string? UnratedType { get; set; }
public string? TopParentId { get; set; }
public Guid? TopParentId { get; set; }
public string? TrailerTypes { get; set; }