Search Page Adjustments

This commit is contained in:
Simon Martens
2022-11-01 17:14:49 +01:00
parent a6093e3246
commit 74a952270d
8 changed files with 116 additions and 336 deletions

View File

@@ -9,6 +9,8 @@ public class SearchResult {
public string Index { get; private set; }
public string? Page { get; set; }
public string? Line { get; set; }
public string? Lemma { get; set; }
public string? Link { get; set; }
public string? Preview { get; set; }
// TODO:
public string? ParsedPreview { get; set; }