Issues with filters and projections #172
-
I’m currently assessing the following behaviour. Given the following JSON: [
{
"stack": "",
"branch": [
"one/",
"two/"
]
},
{ "branch": ["three/", "four/"]}
] The following expression yields the following result:
In contrast, the following similar expression returns the following result:
The tension is that both expressions are similart in construct and should, IMHO, return the same result. As I’m trying to iterate on some implementations, and fix some issues, I would like to include a fix for this issue, either way. What do you think ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The more I think of this, the more I’m convinced that it is to be entirely expected for the filter expression to return an error. Indeed the What do you think ? |
Beta Was this translation helpful? Give feedback.
The filter expression returning an error is definitely a bug that needs to be fixed.