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
bug #60504 [JsonPath] Fix subexpression evaluation in filters (alexandre-daubois)
This PR was merged into the 7.3 branch.
Discussion
----------
[JsonPath] Fix subexpression evaluation in filters
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This PR fixes complex expressions in filters evaluation like `$.store.book[?(@.publisher.address.city == "Springfield")]` or `$.store.book[?match(@.publisher.*.city, "Spring.+")]`.
It also brings better support to the `@` operator when used alone.
Commits
-------
eb289c7fc88 [JsonPath] Fix subexpression evaluation in filters
0 commit comments