Allow to search by source name

This commit is contained in:
Eike Kettner
2020-11-30 14:07:45 +01:00
parent 3ea2d20823
commit 0ee8ff66d5
3 changed files with 10 additions and 3 deletions

View File

@ -144,6 +144,7 @@ trait Conversions {
.map(_.ids.flatMap(i => Ident.fromString(i).toOption).toSet)
.filter(_.nonEmpty),
m.customValues.map(mkCustomValue),
m.source,
None
)