docspell/modules
Eike Kettner a1a93e5ca6 Fixes searching items with fulltext
When using fulltext only search, then only the index must be searched.
This wasn't working anymore, because the routes added a query to
always select valid items (those not being processed). But this lead
to the downstream code to always consult the database, too. Since the
routes are using a "simple-search" interface, this is now adding the
valid-state condition if applicable. There are still more low-level
interfaces that can be used when searching should be done differently.

Closes: #823
2021-05-23 14:14:25 +02:00
..
analysis/src Apply autoformat 2021-04-10 16:31:58 +02:00
backend/src/main/scala/docspell/backend Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00
common/src Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00
convert/src Apply autoformat 2021-04-10 16:31:58 +02:00
extract/src Apply autoformat 2021-04-10 16:31:58 +02:00
files/src Apply autoformat 2021-04-10 16:31:58 +02:00
fts-client/src/main/scala/docspell/ftsclient Refactoring solr/fts migration 2021-01-18 17:41:40 +01:00
fts-solr/src/main/scala/docspell/ftssolr Add missing solr migration for new language field 2021-03-12 00:16:00 +01:00
joex/src Apply autoformat 2021-04-10 16:31:58 +02:00
joexapi/src/main Set version to 0.23.0-SNAPSHOT 2021-04-11 23:36:16 +02:00
query Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00
restapi/src/main/resources Added a route definition to bulk-delete attachments 2021-04-15 17:59:39 +02:00
restserver/src/main Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00
store/src Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00
webapp/src/main Remove upload meta form for anonymous uploads 2021-05-22 21:33:10 +02:00