comment search highlighting

This commit is contained in:
Michael Shamoon
2023-01-04 19:06:51 -08:00
parent 7d6dc5c954
commit ebcf75b1b4
3 changed files with 18 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ export interface SearchHit {
rank?: number
highlights?: string
comment_highlights?: string
}
export interface PaperlessDocument extends ObjectWithId {