mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Allow to search by source name
This commit is contained in:
@ -144,6 +144,7 @@ trait Conversions {
|
||||
.map(_.ids.flatMap(i => Ident.fromString(i).toOption).toSet)
|
||||
.filter(_.nonEmpty),
|
||||
m.customValues.map(mkCustomValue),
|
||||
m.source,
|
||||
None
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user