mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Provide a more convenient interface to search
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
package docspell.common
|
||||
|
||||
case class ItemQueryString(query: String)
|
||||
|
||||
object ItemQueryString {
|
||||
|
||||
def apply(qs: Option[String]): ItemQueryString =
|
||||
ItemQueryString(qs.getOrElse(""))
|
||||
}
|
||||
|
Reference in New Issue
Block a user