docspell/modules/query
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
..
js/src/main/scala/docspell/query/js Improve parser error messages a bit 2021-03-08 10:26:39 +01:00
shared/src Fixes searching items with fulltext 2021-05-23 14:14:25 +02:00