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
I would like to be able to filter paths to multiple degrees. This is mainly associated with filtering a dataset based on heavily nested fields, of which may also be arrays.
Motivation
I would like to be able to filter paths to multiple degrees. This is mainly associated with filtering a dataset based on heavily nested fields, of which may also be arrays.
Current behavior
Does not support - Example:
JSON:
Path:
$..grouping[?(@.nested_1.nested_2[?(@.name == "Second Level Nest")])]
Desired behavior
Being able to filter to an Nth degree of a dataset through nested filter queries.
If anyone has any idea around this, or possible alternative approaches which don't heavily degrade performance, would love to hear them!
The text was updated successfully, but these errors were encountered: