mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Fix fulltext search queries for new collective-id
This commit is contained in:
@ -29,7 +29,7 @@ object FtsResult {
|
||||
case class ItemMatch(
|
||||
id: Ident,
|
||||
itemId: Ident,
|
||||
collectiveId: Ident,
|
||||
collectiveId: CollectiveId,
|
||||
score: Double,
|
||||
data: MatchData
|
||||
)
|
||||
|
Reference in New Issue
Block a user