Files
grafana/pkg/services/sqlstore
Daniel Lee cd6a18ec62 search: fix search to limit dashboards better
Change the query to first select the dashboards, apply the limit then
join with tags. Means the limit will apply to the number of dashboards
returned in the search. The disadvantage is that the query will return
more rows than the limit, no. of dashboards x no. of tags. So hard limit
set to 5000 for all rows.
2017-10-10 20:56:05 +02:00
..
2017-10-07 10:31:39 +02:00
2017-10-07 10:31:39 +02:00
2017-06-22 17:10:43 -04:00
2015-07-17 14:42:49 +02:00
2017-06-22 17:10:43 -04:00
2017-06-22 17:10:43 -04:00
2017-09-22 08:42:07 +02:00