Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Search] Removing App Search & Workplace Search deeplinks #206106

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/core/packages/chrome/browser/src/project_navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import type {
EnterpriseSearchContentApp,
EnterpriseSearchApplicationsApp,
EnterpriseSearchAnalyticsApp,
EnterpriseSearchAppsearchApp,
EnterpriseSearchWorkplaceSearchApp,
ServerlessSearchApp,
DeepLinkId as SearchLink,
} from '@kbn/deeplinks-search';
Expand All @@ -54,8 +52,6 @@ export type AppId =
| EnterpriseSearchContentApp
| EnterpriseSearchApplicationsApp
| EnterpriseSearchAnalyticsApp
| EnterpriseSearchAppsearchApp
| EnterpriseSearchWorkplaceSearchApp
| ServerlessSearchApp
| ObservabilityApp
| SecurityApp
Expand Down
2 changes: 0 additions & 2 deletions src/platform/packages/shared/deeplinks/search/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const ENTERPRISE_SEARCH_APP_ID = 'enterpriseSearch';
export const ENTERPRISE_SEARCH_CONTENT_APP_ID = 'enterpriseSearchContent';
export const ENTERPRISE_SEARCH_APPLICATIONS_APP_ID = 'enterpriseSearchApplications';
export const ENTERPRISE_SEARCH_ANALYTICS_APP_ID = 'enterpriseSearchAnalytics';
export const ENTERPRISE_SEARCH_APPSEARCH_APP_ID = 'appSearch';
export const ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID = 'workplaceSearch';
export const SERVERLESS_ES_APP_ID = 'serverlessElasticsearch';
export const SERVERLESS_ES_CONNECTORS_ID = 'serverlessConnectors';
export const SERVERLESS_ES_WEB_CRAWLERS_ID = 'serverlessWebCrawlers';
Expand Down
9 changes: 0 additions & 9 deletions src/platform/packages/shared/deeplinks/search/deep_links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import {
ENTERPRISE_SEARCH_CONTENT_APP_ID,
ENTERPRISE_SEARCH_APPLICATIONS_APP_ID,
ENTERPRISE_SEARCH_ANALYTICS_APP_ID,
ENTERPRISE_SEARCH_APPSEARCH_APP_ID,
ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID,
ES_SEARCH_PLAYGROUND_ID,
SERVERLESS_ES_SEARCH_INFERENCE_ENDPOINTS_ID,
SEARCH_HOMEPAGE,
Expand All @@ -34,8 +32,6 @@ export type EnterpriseSearchApp = typeof ENTERPRISE_SEARCH_APP_ID;
export type EnterpriseSearchContentApp = typeof ENTERPRISE_SEARCH_CONTENT_APP_ID;
export type EnterpriseSearchApplicationsApp = typeof ENTERPRISE_SEARCH_APPLICATIONS_APP_ID;
export type EnterpriseSearchAnalyticsApp = typeof ENTERPRISE_SEARCH_ANALYTICS_APP_ID;
export type EnterpriseSearchAppsearchApp = typeof ENTERPRISE_SEARCH_APPSEARCH_APP_ID;
export type EnterpriseSearchWorkplaceSearchApp = typeof ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID;
export type ServerlessSearchApp = typeof SERVERLESS_ES_APP_ID;
export type ConnectorsId = typeof SERVERLESS_ES_CONNECTORS_ID;
export type ServerlessWebCrawlers = typeof SERVERLESS_ES_WEB_CRAWLERS_ID;
Expand All @@ -54,8 +50,6 @@ export type ContentLinkId = 'searchIndices' | 'connectors' | 'webCrawlers';

export type ApplicationsLinkId = 'searchApplications';

export type AppsearchLinkId = 'engines';

export type SearchInferenceEndpointsLinkId = 'inferenceEndpoints';

export type SynonymsLinkId = 'synonyms';
Expand All @@ -67,8 +61,6 @@ export type DeepLinkId =
| EnterpriseSearchContentApp
| EnterpriseSearchApplicationsApp
| EnterpriseSearchAnalyticsApp
| EnterpriseSearchAppsearchApp
| EnterpriseSearchWorkplaceSearchApp
| ServerlessSearchApp
| ConnectorsId
| ServerlessWebCrawlers
Expand All @@ -78,7 +70,6 @@ export type DeepLinkId =
| SearchHomepage
| `${EnterpriseSearchContentApp}:${ContentLinkId}`
| `${EnterpriseSearchApplicationsApp}:${ApplicationsLinkId}`
| `${EnterpriseSearchAppsearchApp}:${AppsearchLinkId}`
| `${SearchInferenceEndpointsId}:${SearchInferenceEndpointsLinkId}`
| `${SearchSynonymsId}:${SynonymsLinkId}`
| SearchStart
Expand Down
4 changes: 0 additions & 4 deletions src/platform/packages/shared/deeplinks/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export {
ENTERPRISE_SEARCH_CONTENT_APP_ID,
ENTERPRISE_SEARCH_APPLICATIONS_APP_ID,
ENTERPRISE_SEARCH_ANALYTICS_APP_ID,
ENTERPRISE_SEARCH_APPSEARCH_APP_ID,
ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID,
SERVERLESS_ES_APP_ID,
SERVERLESS_ES_CONNECTORS_ID,
SEARCH_ELASTICSEARCH,
Expand All @@ -28,8 +26,6 @@ export type {
EnterpriseSearchContentApp,
EnterpriseSearchApplicationsApp,
EnterpriseSearchAnalyticsApp,
EnterpriseSearchAppsearchApp,
EnterpriseSearchWorkplaceSearchApp,
ServerlessSearchApp,
DeepLinkId,
} from './deep_links';
Original file line number Diff line number Diff line change
Expand Up @@ -16094,10 +16094,6 @@
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage": "Impossible d'établir une connexion réseau, car le contrôle de la \"Validation initiale\" a échoué.",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.deselectAllButtonLabel": "Tout désélectionner",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.selectAllButtonLabel": "Tout sélectionner",
"xpack.enterpriseSearch.appSearch.cta": "Explorer",
"xpack.enterpriseSearch.appSearch.productCardDescription": "Une solution sur mesure pour les applications et les sites web, qui fournit les outils dont vous avez besoin pour concevoir, implémenter et gérer efficacement ces expériences de recherche orientées clients.",
"xpack.enterpriseSearch.appSearch.productDescription": "Tirez parti des tableaux de bord, des analyses et des API pour simplifier la recherche d'applications avancée.",
"xpack.enterpriseSearch.appSearch.productName": "App Search",
"xpack.enterpriseSearch.attachIndexBox.createSameIndexButtonLabel": "Créer et attacher un index nommé {indexName}",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexErrorTextLabel": "Vous ne pouvez pas créer un nouvel index en utilisant un nom d'index existant. Choisissez un index existant ou créez un nouvel index avec un nouveau nom.",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexHelpTextLabel": "Vous pouvez utiliser un index existant ou en créer un nouveau.",
Expand Down Expand Up @@ -17166,8 +17162,6 @@
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.description": "Effectuez des recherches sur tout, partout. Offrez à vos équipes débordées une expérience de recherche innovante et puissante facilement mise en œuvre. Intégrez rapidement une fonction de recherche préréglée à votre site web, à votre application ou à votre lieu de travail. Effectuez des recherches simples sur tout.",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.notConfigured": "Enterprise Search n'est pas encore configuré dans votre instance Kibana.",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.videoAlt": "Premiers pas avec Enterprise Search",
"xpack.enterpriseSearch.enterpriseSearchCard.cta": "En savoir plus",
"xpack.enterpriseSearch.entSearch.productCardDescription": "Applications standalone adaptées à des expériences de recherche plus simples, conviviales et axées sur les entreprises.",
"xpack.enterpriseSearch.exampleConnectorLabel": "Exemple",
"xpack.enterpriseSearch.finishUpStep.euiButton.viewInDiscoverLabel": "Afficher dans Discover",
"xpack.enterpriseSearch.getConnectorTypeBadge.connectorClientBadgeLabel": "Autogéré",
Expand Down Expand Up @@ -17720,11 +17714,7 @@
"xpack.enterpriseSearch.whatsNextBox.searchPlaygroundButtonLabel": "Rechercher dans Playground",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelDescription": "Vous pouvez synchroniser manuellement vos données, planifier une synchronisation récurrente ou consulter vos documents.",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelLabel": "Et ensuite ?",
"xpack.enterpriseSearch.workplaceSearch.cta": "Explorer",
"xpack.enterpriseSearch.workplaceSearch.explorePlatinumFeatures.link": "Explorer les fonctionnalités Platinum",
"xpack.enterpriseSearch.workplaceSearch.productCardDescription": "Taillé sur mesure pour les équipes professionnelles internes, Workplace Search permet une connectivité instantanée avec les outils de productivité populaires et les sources tierces sur une unique plateforme unifiée.",
"xpack.enterpriseSearch.workplaceSearch.productDescription": "Effectuez des recherches dans tous les documents, fichiers et sources disponibles sur votre lieu de travail virtuel.",
"xpack.enterpriseSearch.workplaceSearch.productName": "Workplace Search",
"xpack.eventLog.savedObjectProviderRegistry.getProvidersClient.noDefaultProvider": "Le log d'événements requiert un fournisseur par défaut.",
"xpack.exploratoryView..synthetics.addDataButtonLabel": "Ajouter des données synthétiques",
"xpack.exploratoryView.alerts.alertStarted": "Horodatage",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15957,10 +15957,6 @@
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage": "[初期検証]チェックが失敗したため、ネットワーク接続を確立できません。",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.deselectAllButtonLabel": "すべて選択解除",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.selectAllButtonLabel": "すべて選択",
"xpack.enterpriseSearch.appSearch.cta": "探索",
"xpack.enterpriseSearch.appSearch.productCardDescription": "アプリやWebサイト向けのカスタムソリューション。ユーザー向けの検索エクスペリエンスを設計、実装、効果的に管理するために必要なツールを提供します。",
"xpack.enterpriseSearch.appSearch.productDescription": "ダッシュボード、分析、APIを活用し、高度なアプリケーション検索をシンプルにします。",
"xpack.enterpriseSearch.appSearch.productName": "App Search",
"xpack.enterpriseSearch.attachIndexBox.createSameIndexButtonLabel": "インデックス{indexName}を作成して付ける",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexErrorTextLabel": "既存のインデックス名を使用して、新しいインデックスを作成できません。既存のインデックスを選択するか、新しい名前で新しいインデックスを作成できます。",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexHelpTextLabel": "既存のインデックスを使用するか、新しく作成できます。",
Expand Down Expand Up @@ -17027,8 +17023,6 @@
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.description": "場所を問わず、何でも検索。組織を支える多忙なチームのために、パワフルでモダンな検索エクスペリエンスを簡単に導入できます。Webサイトやアプリ、ワークプレイスに事前調整済みの検索をすばやく追加しましょう。何でもシンプルに検索できます。",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.notConfigured": "エンタープライズ サーチはまだKibanaインスタンスで構成されていません。",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.videoAlt": "エンタープライズ サーチの基本操作",
"xpack.enterpriseSearch.enterpriseSearchCard.cta": "詳細",
"xpack.enterpriseSearch.entSearch.productCardDescription": "よりシンプルで使いやすく、ビジネスに特化した検索エクスペリエンスを提供するスタンドアロンアプリケーション。",
"xpack.enterpriseSearch.exampleConnectorLabel": "例",
"xpack.enterpriseSearch.finishUpStep.euiButton.viewInDiscoverLabel": "Discoverに表示",
"xpack.enterpriseSearch.getConnectorTypeBadge.connectorClientBadgeLabel": "セルフマネージド",
Expand Down Expand Up @@ -17578,11 +17572,7 @@
"xpack.enterpriseSearch.whatsNextBox.searchPlaygroundButtonLabel": "Search Playground",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelDescription": "データを手動で同期したり、繰り返し同期をスケジュールしたり、ドキュメントを表示したりできます。",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelLabel": "次のステップ",
"xpack.enterpriseSearch.workplaceSearch.cta": "探索",
"xpack.enterpriseSearch.workplaceSearch.explorePlatinumFeatures.link": "プラチナ機能の詳細",
"xpack.enterpriseSearch.workplaceSearch.productCardDescription": "社内のビジネスチーム向けにカスタマイズされたWorkplace Searchは、一般的な生産性向上ツールやサードパーティのソースに即座に接続し、単一の統合プラットフォームを構築できます。",
"xpack.enterpriseSearch.workplaceSearch.productDescription": "仮想ワークプレイスで使用可能な、すべてのドキュメント、ファイル、ソースを検索します。",
"xpack.enterpriseSearch.workplaceSearch.productName": "Workplace Search",
"xpack.eventLog.savedObjectProviderRegistry.getProvidersClient.noDefaultProvider": "イベントログにはデフォルトプロバイダーが必要です。",
"xpack.exploratoryView..synthetics.addDataButtonLabel": "Syntheticsデータの追加",
"xpack.exploratoryView.alerts.alertStarted": "タイムスタンプ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15678,10 +15678,6 @@
"xpack.enterpriseSearch.appSearch.crawler.addDomainForm.networkConnectivityFailureMessage": "无法建立网络连接,因为'初始验证'检查失败。",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.deselectAllButtonLabel": "取消全选",
"xpack.enterpriseSearch.appSearch.crawler.simplifiedSelectable.selectAllButtonLabel": "全选",
"xpack.enterpriseSearch.appSearch.cta": "浏览",
"xpack.enterpriseSearch.appSearch.productCardDescription": "为应用和网站专门定制的解决方案,提供设计、实施和高效管理那些面向用户的搜索体验所需的工具。",
"xpack.enterpriseSearch.appSearch.productDescription": "利用仪表板、分析和 API 执行高级应用程序搜索简单易行。",
"xpack.enterpriseSearch.appSearch.productName": "App Search",
"xpack.enterpriseSearch.attachIndexBox.createSameIndexButtonLabel": "创建并附加名为 {indexName} 的索引",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexErrorTextLabel": "无法使用现有索引名称创建新索引。请选择现有索引,或使用新名称创建新索引。",
"xpack.enterpriseSearch.attachIndexBox.euiFormRow.associatedIndexHelpTextLabel": "您可以使用现有索引,也可以创建新索引。",
Expand Down Expand Up @@ -16744,8 +16740,6 @@
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.description": "随时随地进行全面搜索。为工作繁忙的团队轻松实现强大的现代搜索体验。将预先调整的搜索功能快速添加到您的网站、应用或工作区。全面搜索就是这么简单。",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.notConfigured": "企业搜索尚未在您的 Kibana 实例中配置。",
"xpack.enterpriseSearch.enterpriseSearch.setupGuide.videoAlt": "企业搜索入门",
"xpack.enterpriseSearch.enterpriseSearchCard.cta": "了解详情",
"xpack.enterpriseSearch.entSearch.productCardDescription": "为构建更简单、用户友好且以业务为中心的搜索体验而量身定制的独立应用程序。",
"xpack.enterpriseSearch.exampleConnectorLabel": "示例",
"xpack.enterpriseSearch.finishUpStep.euiButton.viewInDiscoverLabel": "在 Discover 中查看",
"xpack.enterpriseSearch.getConnectorTypeBadge.connectorClientBadgeLabel": "自管型",
Expand Down Expand Up @@ -17296,11 +17290,7 @@
"xpack.enterpriseSearch.whatsNextBox.searchPlaygroundButtonLabel": "搜索 Playground",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelDescription": "您可以手动同步数据,计划重复同步或参阅文档。",
"xpack.enterpriseSearch.whatsNextBox.whatsNextPanelLabel": "后续操作",
"xpack.enterpriseSearch.workplaceSearch.cta": "浏览",
"xpack.enterpriseSearch.workplaceSearch.explorePlatinumFeatures.link": "了解白金级功能",
"xpack.enterpriseSearch.workplaceSearch.productCardDescription": "Workplace Search 为内部业务团队量身定制,将常见的生产力工具和第三方源即时连接到单个统一平台中。",
"xpack.enterpriseSearch.workplaceSearch.productDescription": "搜索整个虚拟工作区中存在的所有文档、文件和源。",
"xpack.enterpriseSearch.workplaceSearch.productName": "Workplace Search",
"xpack.eventLog.savedObjectProviderRegistry.getProvidersClient.noDefaultProvider": "事件日志需要默认提供程序。",
"xpack.exploratoryView..synthetics.addDataButtonLabel": "添加 Synthetics 数据",
"xpack.exploratoryView.alerts.alertStarted": "时间戳",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import {
ENTERPRISE_SEARCH_CONTENT_APP_ID,
ENTERPRISE_SEARCH_APPLICATIONS_APP_ID,
ENTERPRISE_SEARCH_ANALYTICS_APP_ID,
ENTERPRISE_SEARCH_APPSEARCH_APP_ID,
ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID,
SEARCH_ELASTICSEARCH,
SEARCH_VECTOR_SEARCH,
SEARCH_SEMANTIC_SEARCH,
Expand Down Expand Up @@ -105,33 +103,6 @@ export const ELASTICSEARCH_PLUGIN = {
SUPPORT_URL: 'https://discuss.elastic.co/c/elastic-stack/elasticsearch/',
};

export const APP_SEARCH_PLUGIN = {
ID: ENTERPRISE_SEARCH_APPSEARCH_APP_ID,
NAME: i18n.translate('xpack.enterpriseSearch.appSearch.productName', {
defaultMessage: 'App Search',
}),
DESCRIPTION: i18n.translate('xpack.enterpriseSearch.appSearch.productDescription', {
defaultMessage:
'Leverage dashboards, analytics, and APIs for advanced application search made simple.',
}),
URL: '/app/enterprise_search/app_search',
SUPPORT_URL: 'https://discuss.elastic.co/c/enterprise-search/app-search/',
};

export const WORKPLACE_SEARCH_PLUGIN = {
ID: ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID,
NAME: i18n.translate('xpack.enterpriseSearch.workplaceSearch.productName', {
defaultMessage: 'Workplace Search',
}),
DESCRIPTION: i18n.translate('xpack.enterpriseSearch.workplaceSearch.productDescription', {
defaultMessage:
'Search all documents, files, and sources available across your virtual workplace.',
}),
URL: '/app/enterprise_search/workplace_search',
NON_ADMIN_URL: '/app/enterprise_search/workplace_search/p',
SUPPORT_URL: 'https://discuss.elastic.co/c/enterprise-search/workplace-search/',
};

export const SEARCH_EXPERIENCES_PLUGIN = {
ID: 'searchExperiences',
NAME: i18n.translate('xpack.enterpriseSearch.searchExperiences.productName', {
Expand Down

This file was deleted.

Loading
Loading