我正在努力解决以下问题(为了解释而简化)OData
查询。以下查询包含索引数组:
/method?$filter=(substringof('X',JB.JJB[0].J.prop) eq true) //look at JJB[0]
OData
会返回以下回复:
The query specified in the URI is not valid. Syntax error at position (where there is [0])
如何编写包含对索引数组的引用的compliance-OData语法查询?