-
Notifications
You must be signed in to change notification settings - Fork 915
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
[BUG] Index Pattern Filtering when searching in Dashboards #5533
Labels
bug
Something isn't working
Comments
7 tasks
cc: @mengweieric |
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Nov 29, 2023
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 Signed-off-by: Eric <[email protected]> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot
pushed a commit
that referenced
this issue
Nov 29, 2023
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 Signed-off-by: Eric <[email protected]> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ashwin-pc
pushed a commit
that referenced
this issue
Nov 30, 2023
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 (cherry picked from commit dadfefa) Signed-off-by: Eric <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ananzh
pushed a commit
that referenced
this issue
Dec 13, 2023
Fixes data source filtering issue within Discover. When typing into the index pattern field it will filter out and highlight the value being typed. Issue resolved: #5533 #5499 #5468 #5319 (cherry picked from commit dadfefa) Signed-off-by: Eric <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In OpenSearch v2.9, when searching for an index pattern under Discover, the search results will filter down to only the relevant matches whilst highlighting the text in bold. In OpenSearch v2.11 the search result does not filter down at all. It simply highlights the text in bold. This is cumbersome for users that have many index patterns.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In v2.9 search results are filtered showing only the relevant matches. This is the expected behavior. Not the case in v2.11
OpenSearch Version
Opensearch v2.9
Opensearch v2.11
https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version
Dashboards Version
Dashboard v 2.9.0
Dashboard v 2.11.0
Plugins
Query Workbench
Reporting
Anomaly Detection
Maps
Security Analytics
Search Relevance
Machine Learning
These plugins are part of Amazon OpenSearch Service
Screenshots
Host/Environment (please complete the following information):
Amazon OpenSearch Service. Default cluster settings.
The text was updated successfully, but these errors were encountered: