Enable Advanced form and support query in URL with jsonurl.js#34
Open
will-moore wants to merge 11 commits intoIDR:masterfrom
Open
Enable Advanced form and support query in URL with jsonurl.js#34will-moore wants to merge 11 commits intoIDR:masterfrom
will-moore wants to merge 11 commits intoIDR:masterfrom
Conversation
|
How to use the
This is not intuitive - checkbok selection is followed by confirmation by Enter. |
Member
Author
Member
Author
|
@pwalczysko - Ah, yes I've not looked at the |
Member
Author
|
@pwalczysko The |
Member
|
This PR looks good to me. I think we should get this merged 👍 |
28 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes #33.
We use https://github.com/jsonurl/jsonurl-js to convert JSON version of the form into a URL.
The
and,orqueries are nested in a list like:`(and, and, (or, or), and, (or, or))
E.g.
Also added
Query JSONbutton 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: