Dashboard list panel: Now supports search by multiple tags, Closes #2096
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ func Search(c *middleware.Context) {
|
||||
limit := c.QueryInt("limit")
|
||||
|
||||
if limit == 0 {
|
||||
limit = 200
|
||||
limit = 1000
|
||||
}
|
||||
|
||||
searchQuery := search.Query{
|
||||
|
||||
Reference in New Issue
Block a user