opensearch-project / query-insights-dashboards

Apache License 2.0
1 stars 3 forks source link

[BUG] Query displayed in details page does not match the input query #30

Open deshsidd opened 2 weeks ago

deshsidd commented 2 weeks ago

What is the bug?

Query displayed in details page does not match the input query and has additional attributes (probably defaults).

Ran the following query:

{
  "query": {
    "match": {
      "name": "John"
    }
  }
}

Query details page shows the following: image

Is this the expected behavior?

How can one reproduce the bug?

Steps to reproduce the behavior.

What is the expected behavior?

A clear and concise description of what you expected to happen.

What is your host/environment?

Operating system, version.

Do you have any screenshots?

If applicable, add screenshots to help explain your problem.

Do you have any additional context?

Add any other context about the problem.