mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Added Search Page. Final Version for 1st internal relaese
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user