You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently discover only supports selecting single dataset (ie. single index-pattern, single index, etc). It would be useful to support multi-select.
Describe the solution you'd like
Basic implementation for multi-select is added in #8255, but it takes a shortcut by combining selected datasets into one dataset after user configuration. Discover still keeps one reference of dataset. This has some limitations such as we cannot display fields separately per dataset, and the implementation hard codes the logic when combining datasets. It should be more flexible. See #8255 (comment)
Additionally multi-select component should display proper error message when incompatible datasets are selected together, see #8255 (comment)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently discover only supports selecting single dataset (ie. single index-pattern, single index, etc). It would be useful to support multi-select.
Describe the solution you'd like
Basic implementation for multi-select is added in #8255, but it takes a shortcut by combining selected datasets into one dataset after user configuration. Discover still keeps one reference of dataset. This has some limitations such as we cannot display fields separately per dataset, and the implementation hard codes the logic when combining datasets. It should be more flexible. See #8255 (comment)
Additionally multi-select component should display proper error message when incompatible datasets are selected together, see #8255 (comment)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: