-
Notifications
You must be signed in to change notification settings - Fork 6
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] Query displayed in details page does not match the input query #30
Comments
[Catch All Triage - 1, 2, 3] |
I do not see a straightforward solution for this. Every
To obtain the bare search request, we cannot rely on |
Thanks @dzane17 , looks like we will need core changes here to either intercept the query or make sure we have a way to get toString() without including default values. Will likely target this post 2.19 |
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 details page shows the following:
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.
The text was updated successfully, but these errors were encountered: