Dashboard list panel: Now supports search by multiple tags, Closes #2096

This commit is contained in:
Torkel Ödegaard
2015-06-02 11:04:06 +02:00
parent 6df9012141
commit 50a1feb90a
9 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ func Search(c *middleware.Context) {
limit := c.QueryInt("limit")
if limit == 0 {
limit = 200
limit = 1000
}
searchQuery := search.Query{