-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complex and Collection Literals #8
Comments
Currently the parser only supports the $filter expression, how do collection literals work with filter expressions? |
Not really sure but , there are any and all functions which can do that. |
Interesting. That might be tricky to do as the parser would need to know how to handle processing lambda parameters You are more than welcome to have a go at extending the definitions to add the any/all methods. It is definitely an interesting challenge |
Any update on the functionality of filtering by nested collections? |
I tried my hand on it. It's my first time contributing to something to Github If someone is interested here are my commits: 78a7267 |
Is there any plan to support Complex or collection literals for OData.
http://docs.oasis-open.org/odata/odata/v4.01/cs01/part2-url-conventions/odata-v4.01-cs01-part2-url-conventions.html#sec_ComplexandCollectionLiterals
The text was updated successfully, but these errors were encountered: