docspell/modules
eikek 14e4a8f792 Fixup for deleting items
First, when checking for existence of a file, deleted items are not
conisdered.

The working with fulltext search has been changed: deleted items are
removed from fulltext index and are re-added when they are restored.
The fulltext index currently doesn't hold the item state and it would
mean much more work to introduce it into the index (or, worse, to
reprocess the results from the index). Thus, deleted items can only be
searched using database queries. It is probably a very rare use case
when fulltext search should be applied to deleted items. They have
been deleted for a reason and the most likely case is that they are
simply removed.

Refs: #347
2021-08-15 16:00:30 +02:00
..
analysis/src Adopt deprecated APIs from fs2; use fs2.Path 2021-08-07 17:51:56 +02:00
backend/src/main/scala/docspell/backend Fixup for deleting items 2021-08-15 16:00:30 +02:00
common/src Use a minimum age of items to remove 2021-08-15 12:32:50 +02:00
convert/src Adopt deprecated APIs from fs2; use fs2.Path 2021-08-07 17:51:56 +02:00
extract/src Adopt deprecated APIs from fs2; use fs2.Path 2021-08-07 17:51:56 +02:00
files/src Adopt deprecated APIs from fs2; use fs2.Path 2021-08-07 17:51:56 +02:00
fts-client/src/main/scala/docspell/ftsclient Fixup for deleting items 2021-08-15 16:00:30 +02:00
fts-solr/src/main/scala/docspell/ftssolr Add the japanese content field to solr 2021-07-29 22:22:34 +02:00
joex/src Fixup for deleting items 2021-08-15 16:00:30 +02:00
joexapi/src/main Set version to 0.26.0-SNAPSHOT 2021-07-29 23:11:36 +02:00
query Allow to search in soft-deleted items 2021-08-14 14:53:05 +02:00
restapi/src/main/resources Use a minimum age of items to remove 2021-08-15 12:32:50 +02:00
restserver/src/main Use a minimum age of items to remove 2021-08-15 12:32:50 +02:00
store/src Fixup for deleting items 2021-08-15 16:00:30 +02:00
webapp Show delete/restore buttons conditionally 2021-08-15 12:41:10 +02:00