Allow to search for custom field values

This commit is contained in:
Eike Kettner
2020-11-22 18:25:27 +01:00
parent c5ab663091
commit 066c856981
4 changed files with 58 additions and 4 deletions

View File

@ -53,6 +53,9 @@ trait OItemSearch[F[_]] {
object OItemSearch {
type CustomValue = QItem.CustomValue
val CustomValue = QItem.CustomValue
type Query = QItem.Query
val Query = QItem.Query