Hi Laserfiche,
I'd like to match using a wildcard and found some implementations of JPath use regex:
.nodes[?(@.value=~/string.*/i)]
Is there a way to do this with WF 10.4? If not, I'd like to make a request. It's not something I use very often but hopefully others would use it or it's easy to implement.
For now, I have to hope the source system will always store its data in an particular order.