Skip to content

Commit

Permalink
[Unified search] Moving unified search filter builder (OR / AND) out …
Browse files Browse the repository at this point in the history
…of tech preview (#178879)

## Summary


Before:
<img width="397" alt="Screenshot 2024-03-18 at 16 28 42"
src="https://github.com/elastic/kibana/assets/4283304/3192bc72-91cb-4b35-85dd-8585343e9322">

After:
<img width="397" alt="Screenshot 2024-03-18 at 16 28 50"
src="https://github.com/elastic/kibana/assets/4283304/993bfbb4-dc1c-433b-ba71-e578fdab11a6">
  • Loading branch information
mbondyra authored Mar 20, 2024
1 parent 5012949 commit 55b3d0f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
EuiSpacer,
EuiText,
EuiToolTip,
EuiBadge,
withEuiTheme,
EuiTextColor,
EuiLink,
Expand Down Expand Up @@ -243,14 +242,9 @@ class FilterEditorComponent extends Component<FilterEditorProps, State> {
<div>
<EuiPopoverTitle paddingSize="s">
<EuiFlexGroup alignItems="baseline" responsive={false}>
<EuiFlexGroup gutterSize="s">
<EuiFlexItem>
{this.props.mode === 'add' ? strings.getPanelTitleAdd() : strings.getPanelTitleEdit()}
<EuiBadge color="hollow">
{i18n.translate('unifiedSearch.filter.filterEditor.experimentalLabel', {
defaultMessage: 'Technical preview',
})}
</EuiBadge>
</EuiFlexGroup>
</EuiFlexItem>
<EuiFlexItem grow={false} className="filterEditor__hiddenItem" />
{toggleEditorFlexItem}
</EuiFlexGroup>
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -6109,7 +6109,6 @@
"unifiedSearch.filter.filterEditor.editFilterValuesButtonLabel": "Modifier les valeurs du filtre",
"unifiedSearch.filter.filterEditor.editQueryDslButtonLabel": "Modifier en tant que Query DSL",
"unifiedSearch.filter.filterEditor.existsOperatorOptionLabel": "existe",
"unifiedSearch.filter.filterEditor.experimentalLabel": "Version d'évaluation technique",
"unifiedSearch.filter.filterEditor.falseOptionLabel": "faux",
"unifiedSearch.filter.filterEditor.isBetweenOperatorOptionLabel": "est entre",
"unifiedSearch.filter.filterEditor.isNotBetweenOperatorOptionLabel": "n'est pas entre",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -6124,7 +6124,6 @@
"unifiedSearch.filter.filterEditor.editFilterValuesButtonLabel": "フィルター値を編集",
"unifiedSearch.filter.filterEditor.editQueryDslButtonLabel": "クエリ DSL として編集",
"unifiedSearch.filter.filterEditor.existsOperatorOptionLabel": "存在する",
"unifiedSearch.filter.filterEditor.experimentalLabel": "テクニカルプレビュー",
"unifiedSearch.filter.filterEditor.falseOptionLabel": "false",
"unifiedSearch.filter.filterEditor.isBetweenOperatorOptionLabel": "is between",
"unifiedSearch.filter.filterEditor.isNotBetweenOperatorOptionLabel": "is not between",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -6217,7 +6217,6 @@
"unifiedSearch.filter.filterEditor.editFilterValuesButtonLabel": "编辑筛选值",
"unifiedSearch.filter.filterEditor.editQueryDslButtonLabel": "编辑为查询 DSL",
"unifiedSearch.filter.filterEditor.existsOperatorOptionLabel": "存在",
"unifiedSearch.filter.filterEditor.experimentalLabel": "技术预览",
"unifiedSearch.filter.filterEditor.falseOptionLabel": "false",
"unifiedSearch.filter.filterEditor.isBetweenOperatorOptionLabel": "介于",
"unifiedSearch.filter.filterEditor.isNotBetweenOperatorOptionLabel": "不介于",
Expand Down

0 comments on commit 55b3d0f

Please sign in to comment.