changedetection.io: [bug] JSONPath Filter ?() not supported
I keep getting Internal Server Error when trying to use the ?() - filter.
$[?(@.status==xxx)]
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (13 by maintainers)
Commits related to this issue
- Re #265 - wasnt catching the jsonpath exception due to invalid jsonpath expressions properly — committed to dgtlmoon/changedetection.io by dgtlmoon 3 years ago
- Re #265 - try extended jsonpath — committed to dgtlmoon/changedetection.io by dgtlmoon 3 years ago
- Re #265 - Allow a JSONPath selector to not match anything (yet), adding test — committed to dgtlmoon/changedetection.io by dgtlmoon 3 years ago
- Re #265 - extended jsonpath support (#266) * Re #265 - Use extended JSONpath support, Allow a JSONPath selector to not match anything (yet) Adding test Correctly capture invalid JSONPath query err... — committed to dgtlmoon/changedetection.io by dgtlmoon 3 years ago
Ok right
yeah that works
@liepaja thanks for that, lets see how https://github.com/dgtlmoon/changedetection.io/pull/266 goes in the CI tests, I’ll need to add some test for this case aswell