Add fultext field to search params

This commit is contained in:
Eike Kettner 2020-06-15 23:02:07 +02:00
parent c7f598e3b0
commit ee801745a7
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -124,6 +124,7 @@ trait Conversions {
m.dueDateFrom,
m.dueDateUntil,
m.allNames,
m.fullText,
None
)