worked on search

This commit is contained in:
Torkel Ödegaard
2017-11-24 16:18:56 +01:00
parent 93d21bec75
commit bc81298d4c
13 changed files with 277 additions and 110 deletions

View File

@@ -63,6 +63,7 @@ type FindPersistedDashboardsQuery struct {
FolderIds []int64
Tags []string
Limit int
IsBrowse bool
Result HitList
}