Is there a way to get better human readable text? #1255
Unanswered
aswinfrancis91
asked this question in
Q&A
Replies: 1 comment
-
This feature was not in active development for a long time. https://github.com/ukrbublik/react-awesome-query-builder/blob/master/CONFIG.adoc#config-format |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The query generated by querybuilder is validated against a data set and the failed part of the query comes out as jsonlogic. I want to convert that to human readable text. I already see an option for it however I feel like its incomplete. Is there a way to export it as seen here
For example react-query builder will output something like : First Name is 'Test', and Last Name does not contain 'testet'
whereas this query builder will output: (First Name = Test AND Last Name Starts Not Contains test)
I fee like the former is more human-readable text. I am not trying to criticize but trying to see if there is an option the plugin already provides or is there any extension that can just to the jsonlogic to human readable text similarly?
Beta Was this translation helpful? Give feedback.
All reactions