Added Search Page. Final Version for 1st internal relaese

This commit is contained in:
Simon Martens
2022-11-02 16:37:50 +01:00
parent 74a952270d
commit 898029713e
20 changed files with 387 additions and 204 deletions

View File

@@ -7,11 +7,11 @@ using System.Collections.Generic;
public class SearchResult {
public string Search { get; private set; }
public string Index { get; private set; }
public string Identifier { get; 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; }