You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a query through the playground UI.
Click on the pencil icon to reveal the query JSON.
Copy the JSON and store elsewhere.
Clear down or otherwise change the query. Or open the playground in a new browser.
Click the pencil icon and paste in the previous query.
Run the query.
Expected behavior
I would expect the filters to be retained.
Version:
1.1.2
The text was updated successfully, but these errors were encountered:
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:
Expected behavior
I would expect the filters to be retained.
Version:
1.1.2
The text was updated successfully, but these errors were encountered: