-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enable Advanced form and support query in URL with jsonurl.js #34
base: master
Are you sure you want to change the base?
Conversation
How to use the
This is not intuitive - checkbok selection is followed by confirmation by Enter. |
@pwalczysko - Ah, yes I've not looked at the |
@pwalczysko The |
This PR looks good to me. I think we should get this merged 👍 |
Fixes #33.
We use https://github.com/jsonurl/jsonurl-js to convert JSON version of the form into a URL.
The
and
,or
queries are nested in a list like:`(and, and, (or, or), and, (or, or))
E.g.
Also added
Query JSON
button to show the query sent to the API - so it can be debugged or used via API.Also added Undo/Redo buttons for going back to previous queries: