mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
comment search highlighting
This commit is contained in:
parent
91d4941438
commit
b869ad02a1
3 changed files with 18 additions and 2 deletions
|
|
@ -10,6 +10,7 @@ export interface SearchHit {
|
|||
rank?: number
|
||||
|
||||
highlights?: string
|
||||
comment_highlights?: string
|
||||
}
|
||||
|
||||
export interface PaperlessDocument extends ObjectWithId {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue