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