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
Yeah, this is pretty annoying behavior. I'm sure you could JSON.stringify() the value first. I'm open to suggestions on a way to support json values and functions
Thank you for the tip about JSON.stringify() - it worked!
About figuring out if "type" is meant to be a plain object property or a trigger to build a query - I don't have any good ideas, unfortunately. The closest to a viable solution I got is to treat values as plain objects unless a built sub-query is passed - in that case it should be merged into the parent.
Results in:
Expected:
The text was updated successfully, but these errors were encountered: