mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Add routes to link items
This commit is contained in:
@ -78,5 +78,7 @@ object ItemQueryDsl {
|
||||
def tagsEq(values: NonEmptyList[String]): Expr =
|
||||
Expr.TagsMatch(TagOperator.AllMatch, values)
|
||||
|
||||
def itemIdsIn(values: NonEmptyList[String]): Expr =
|
||||
Expr.InExpr(Attr.ItemId, values)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user