mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
* [Graph] Fix unified search dep
* [Graph] Fix after the merge
* [Graph] Fix autocomplete by excluding filtering by time range
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 03a3446111
)
Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
This commit is contained in:
parent
9ca3d03394
commit
8df4c1fdb2
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ export function SearchBarComponent(props: SearchBarStateProps & SearchBarProps)
|
|||
</EuiFlexItem>
|
||||
<EuiFlexItem>
|
||||
<QueryStringInput
|
||||
timeRangeForSuggestionsOverride={false} // to don't filter suggestions by the global time range
|
||||
disableAutoFocus
|
||||
bubbleSubmitEvent
|
||||
indexPatterns={currentIndexPattern ? [currentIndexPattern] : []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue