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'm using lodata with the Lumen framework. I write a ServiceProvider to make it work. I'm currently facing an issue with the any filter inside a filter request : "$filter=keywords/any(s:contains("keyword"))" the error message is this : "Encountered an invalid symbol at: keywords>/<".
I'm using lodata with a MongoDB database and I declared most of the properties manually :
Hi,
I'm using lodata with the Lumen framework. I write a ServiceProvider to make it work. I'm currently facing an issue with the any filter inside a filter request : "$filter=keywords/any(s:contains("keyword"))" the error message is this : "Encountered an invalid symbol at: keywords>/<".
I'm using lodata with a MongoDB database and I declared most of the properties manually :
When I try the same filter request on the odata tutorial page it works : https://services.odata.org/V4/(S(f20bmvx1k4rnprkaym3bgasq))/TripPinServiceRW/People?$filter=Emails/any(s:contains(s,%20%27Scott%27))
Did I make something wrong ?
Thanks,
flibidi
The text was updated successfully, but these errors were encountered: