Skip to content

Commit

Permalink
Remove bsearch endpoint (elastic#197150)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson authored Dec 6, 2024
1 parent 132eb81 commit efe06a3
Show file tree
Hide file tree
Showing 14 changed files with 433 additions and 1,223 deletions.
2 changes: 0 additions & 2 deletions src/plugins/data/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class DataPublicPlugin
public setup(
core: CoreSetup<DataStartDependencies, DataPublicPluginStart>,
{
bfetch,
expressions,
uiActions,
usageCollection,
Expand All @@ -85,7 +84,6 @@ export class DataPublicPlugin
setTheme(core.theme);

const searchService = this.searchService.setup(core, {
bfetch,
usageCollection,
expressions,
management,
Expand Down
Loading

0 comments on commit efe06a3

Please sign in to comment.