wire up unified search from the ui; add basic search support (#94358)

* wire up search from the ui;  add basic search support
This commit is contained in:
Scott Lepper
2024-10-08 13:09:56 -04:00
committed by GitHub
parent 8cade5c550
commit c2fb2dcfbe
18 changed files with 828 additions and 151 deletions
+3
View File
@@ -149,6 +149,7 @@ import (
"github.com/grafana/grafana/pkg/services/team/teamimpl"
tempuser "github.com/grafana/grafana/pkg/services/temp_user"
"github.com/grafana/grafana/pkg/services/temp_user/tempuserimpl"
"github.com/grafana/grafana/pkg/services/unifiedSearch"
"github.com/grafana/grafana/pkg/services/updatechecker"
"github.com/grafana/grafana/pkg/services/user"
"github.com/grafana/grafana/pkg/services/user/userimpl"
@@ -229,6 +230,8 @@ var wireBasicSet = wire.NewSet(
search.ProvideService,
searchV2.ProvideService,
searchV2.ProvideSearchHTTPService,
unifiedSearch.ProvideService,
unifiedSearch.ProvideSearchHTTPService,
store.ProvideService,
store.ProvideSystemUsersService,
live.ProvideService,