Skip to content

Commit

Permalink
[Dataset quality] Improved findability in global search (elastic#184537)
Browse files Browse the repository at this point in the history
As part of registering the new `Data quality` plugin in `Management >
Data` a new item was added to the global search.

<img width="1977" alt="image"
src="https://github.com/elastic/kibana/assets/1313018/165cc75b-3727-4b1f-b625-ab81dfb8b58a">

This PR aims to improve the findability adding more keywords.
  • Loading branch information
yngrdyn authored May 31, 2024
1 parent 5e8d3e8 commit 749c5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/data_quality/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export class DataQualityPlugin
id: PLUGIN_ID,
title: PLUGIN_NAME,
order: 2,
keywords: ['data', 'quality', 'data quality', 'datasets', 'datasets quality'],
async mount(params: ManagementAppMountParams) {
const [{ renderApp }, [coreStart, pluginsStartDeps, pluginStart]] = await Promise.all([
import('./application'),
Expand Down

0 comments on commit 749c5a6

Please sign in to comment.