-
Notifications
You must be signed in to change notification settings - Fork 968
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] 2.11 filtering indices list doesn't work as expected #5319
Comments
@mengweieric Hi Eric, could you help take a look at this? Is it related to the data source picker you added in recent release? |
We're really looking forward to the solution |
We were getting a lot of reports from users that they can't find their index pattern, it would be great to fix that. |
Both myself and our users also find this change frustrating. I would go as far as to say if you only fix one thing for next release please let it be this |
This bug seems to be caused by this commit 1e980fa. After removing the commit, the search functionality works fine. Could you take a look at this bug? @mengweieric |
This bug is really blocked us to release opensearch in prod, because most developers complained about that. |
Really looking forward for this feature to work again. We have hundreds of indexes, and searching for one that is highlighted is tedious task. |
Great thanks! |
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 <menwe@amazon.com> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 <menwe@amazon.com> (cherry picked from commit dadfefa) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 <menwe@amazon.com> 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>
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 <menwe@amazon.com> 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>
Describe the bug
Latest release of Brave:
Screen.Recording.2023-10-18.at.15.42.32.mp4
I need to press backspace first before I can search.
Expected behavior
If I start to type I would have expected that the current * pattern was cleared and that the list is sorted or filtered and contains items that are relevant to the query instead of only high lighting the search phrase in the list.
OpenSearch Version
2.11
Dashboards Version
2.11
Plugins
S3 repo
Screenshots
N/A
Host/Environment (please complete the following information):
Default docker containers
Additional context
N/A
The text was updated successfully, but these errors were encountered: