Refactor search (#23550)

Co-Authored-By: Arve Knudsen <arve.knudsen@grafana.com>
Co-Authored-By: Leonard Gram <leonard.gram@grafana.com>
This commit is contained in:
Emil Tullstedt
2020-04-20 16:20:45 +02:00
committed by GitHub
co-authored by Arve Knudsen Leonard Gram
parent e5dd7efdee
commit 55c306eb6d
13 changed files with 778 additions and 16 deletions
+1
View File
@@ -330,6 +330,7 @@ func (hs *HTTPServer) registerRoutes() {
})
// Search
apiRoute.Get("/search/sorting", Wrap(hs.ListSortOptions))
apiRoute.Get("/search/", Wrap(Search))
// metrics