fix: Return url when query dashboards by tag

This commit is contained in:
Johannes Schill
2019-02-28 10:35:53 +01:00
parent 1478f38dd9
commit 8d5ccc7831
2 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ type Hit struct {
Title string `json:"title"`
Uri string `json:"uri"`
Url string `json:"url"`
Slug string `json:"slug"`
Type HitType `json:"type"`
Tags []string `json:"tags"`
IsStarred bool `json:"isStarred"`