mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
a1a93e5ca6
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 |
||
---|---|---|
.. | ||
analysis/src | ||
backend/src/main/scala/docspell/backend | ||
common/src | ||
convert/src | ||
extract/src | ||
files/src | ||
fts-client/src/main/scala/docspell/ftsclient | ||
fts-solr/src/main/scala/docspell/ftssolr | ||
joex/src | ||
joexapi/src/main | ||
query | ||
restapi/src/main/resources | ||
restserver/src/main | ||
store/src | ||
webapp/src/main |