mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Use no-op fts-client if disabled + push this flag to the webui
This commit is contained in:
@ -199,6 +199,9 @@ object QItem {
|
||||
|
||||
def next: Batch =
|
||||
Batch(offset + limit, limit)
|
||||
|
||||
def first: Batch =
|
||||
Batch(0, limit)
|
||||
}
|
||||
|
||||
object Batch {
|
||||
|
Reference in New Issue
Block a user