mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-02-22 14:03:26 +00:00
Add fultext field to search params
This commit is contained in:
parent
c7f598e3b0
commit
ee801745a7
@ -3386,6 +3386,10 @@ components:
|
||||
description: |
|
||||
Search in item names, correspondents, concerned entities
|
||||
and notes.
|
||||
fullText:
|
||||
type: string
|
||||
description: |
|
||||
A query searching the contents of documents.
|
||||
corrOrg:
|
||||
type: string
|
||||
format: ident
|
||||
|
@ -124,6 +124,7 @@ trait Conversions {
|
||||
m.dueDateFrom,
|
||||
m.dueDateUntil,
|
||||
m.allNames,
|
||||
m.fullText,
|
||||
None
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user