Skip to content
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] Expanded query result not matching query list view when searching with WHERE NOT clause #2192

Open
brijos opened this issue Oct 4, 2024 · 0 comments
Labels
bug Something isn't working untriaged

Comments

@brijos
Copy link

brijos commented Oct 4, 2024

What is the bug?
When searching for a particular field using a WHERE NOT clause, the query executes successfully and the results list shows up as expected. However, when the user expands a query result to either the table or JSON view, the field results do not match what is shown in the list view.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Go to Observability Log Explorer
  2. Select index
  3. Add Query such as source = opensearch_dashboards_sample_data_flights | where NOT Carrier = "BeatsWest"
  4. Expand a query result and observe that the expanded results doesn't match what is shown on the list view.

What is the expected behavior?
The results list summary is the same as what is shown in the expanded view.

What is your host/environment?

  • OS: 2.15
  • Plugins: Observability/PPL

Do you have any screenshots?
None that can be shared.

@brijos brijos added bug Something isn't working untriaged labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant