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

Filters not round tripping when pasting query into playground #8908

Open
mdsharpe opened this issue Nov 4, 2024 · 0 comments
Open

Filters not round tripping when pasting query into playground #8908

mdsharpe opened this issue Nov 4, 2024 · 0 comments

Comments

@mdsharpe
Copy link

mdsharpe commented Nov 4, 2024

Describe the bug

Filters are ignored when pasting a query into the playground. The query could be one that the playground itself has generated (through the user clicking and adding filters), but the filters are ignored when executing the query.

The query therefore does not round-trip.

To Reproduce

Steps to reproduce the behavior:

  1. Create a query through the playground UI.
  2. Click on the pencil icon to reveal the query JSON.
  3. Copy the JSON and store elsewhere.
  4. Clear down or otherwise change the query. Or open the playground in a new browser.
  5. Click the pencil icon and paste in the previous query.
  6. Run the query.

Expected behavior

I would expect the filters to be retained.

Version:

1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant