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
Is your feature request related to a problem? Please describe.
I was wondering if there is any way to load the string or human-readable string formats back into the filter.
Describe alternatives you've considered
So far, we've written custom grammar and logic (for a limited set of operators) to parse the human-readable string into a format that the query builder can understand. But handling of nested fields (i.e. scores.value < 12 && scores.value > 100)is currently not possible with that.
So before I try to modify that, I was wondering if there were any other better approaches.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I was wondering if there is any way to load the string or human-readable string formats back into the filter.
Describe alternatives you've considered
So far, we've written custom grammar and logic (for a limited set of operators) to parse the human-readable string into a format that the query builder can understand. But handling of nested fields (i.e.
scores.value < 12 && scores.value > 100
)is currently not possible with that.So before I try to modify that, I was wondering if there were any other better approaches.
The text was updated successfully, but these errors were encountered: