docspell/modules/query
eikek a7b74bd5ae Allow to search in soft-deleted items
A new query/request parameter can be used to apply a search to only
soft-deleted items.

The query expression `Trashed` has been introduced which selects only
items with state `Deleted`. This is another option an analog to
`ValidItemStates` (both cannot be used together as they would select
no items). This new query node is not added to the parser, because
users may not use it in their own queries - it must be part of the
"fixed" query so the application can control in which subset to search
(it would otherwise be possible to select any items).
2021-08-14 14:53:05 +02:00
..
js/src/main/scala/docspell/query/js Add copyright header to source files 2021-07-04 10:57:53 +02:00
shared/src Allow to search in soft-deleted items 2021-08-14 14:53:05 +02:00