Worked on stars in search results

This commit is contained in:
Torkel Ödegaard
2015-02-02 17:17:57 +01:00
parent ad3d15e28d
commit 97758380e0
6 changed files with 28 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@ func SearchDashboards(query *m.SearchDashboardsQuery) error {
hit, exists := hits[item.Id]
if !exists {
hit = &m.DashboardSearchHit{
Id: item.Id,
Title: item.Title,
Slug: item.Slug,
Tags: []string{},