Basic poc to search via custom query

This commit is contained in:
Eike Kettner
2021-02-25 22:40:17 +01:00
parent 186014a1c6
commit e9ed998e3a
10 changed files with 97 additions and 23 deletions

View File

@ -0,0 +1,3 @@
package docspell.common
case class ItemQueryString(query: String)