mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Correctly count tag categories
If multiple tags of the same category are applied to the same item, just summing tag counts will produce the wrong results as now items are counted multiple times.
This commit is contained in:
@ -71,6 +71,9 @@ object OCollective {
|
||||
type TagCount = docspell.store.queries.TagCount
|
||||
val TagCount = docspell.store.queries.TagCount
|
||||
|
||||
type CategoryCount = docspell.store.queries.CategoryCount
|
||||
val CategoryCount = docspell.store.queries.CategoryCount
|
||||
|
||||
type InsightData = QCollective.InsightData
|
||||
val insightData = QCollective.InsightData
|
||||
|
||||
|
Reference in New Issue
Block a user