mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Basic poc to search via custom query
This commit is contained in:
@ -73,8 +73,8 @@ object NotifyDueItemsTask {
|
||||
Query
|
||||
.empty(ctx.args.account)
|
||||
.withOrder(orderAsc = _.dueDate)
|
||||
.withCond(
|
||||
_.copy(
|
||||
.withCond(_ =>
|
||||
Query.QueryForm.empty.copy(
|
||||
states = ItemState.validStates.toList,
|
||||
tagsInclude = ctx.args.tagsInclude,
|
||||
tagsExclude = ctx.args.tagsExclude,
|
||||
|
Reference in New Issue
Block a user