mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-29 11:15:09 +00:00
Merge branch 'master' of github.com:eikek/docspell into pr-consumedir_clean
This commit is contained in:
commit
8e934247b3
@ -328,17 +328,14 @@ object QItem {
|
||||
val EC = REquipment.Columns
|
||||
|
||||
// inclusive tags are AND-ed
|
||||
val tagSelectsIncl = (q.tagsInclude
|
||||
val tagSelectsIncl = q.tagsInclude
|
||||
.map(tid =>
|
||||
selectSimple(
|
||||
List(RTagItem.Columns.itemId),
|
||||
RTagItem.table,
|
||||
RTagItem.Columns.tagId.is(tid)
|
||||
)
|
||||
) ++ q.tagCategoryIncl.map(cat =>
|
||||
TagItemName.itemsInCategory(NonEmptyList.of(cat))
|
||||
))
|
||||
.map(f => sql"(" ++ f ++ sql") ")
|
||||
) ++ q.tagCategoryIncl.map(cat => TagItemName.itemsInCategory(NonEmptyList.of(cat)))
|
||||
|
||||
// exclusive tags are OR-ed
|
||||
val tagSelectsExcl =
|
||||
|
@ -18,7 +18,7 @@ object Dependencies {
|
||||
val Fs2Version = "2.4.4"
|
||||
val H2Version = "1.4.200"
|
||||
val Http4sVersion = "0.21.8"
|
||||
val Icu4jVersion = "67.1"
|
||||
val Icu4jVersion = "68.1"
|
||||
val JsoupVersion = "1.13.1"
|
||||
val KindProjectorVersion = "0.10.3"
|
||||
val Log4sVersion = "1.8.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user