Skip to content
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

Open
syn-sanket-mistry opened this issue Feb 20, 2019 · 5 comments
Open

Complex and Collection Literals #8

syn-sanket-mistry opened this issue Feb 20, 2019 · 5 comments

Comments

@syn-sanket-mistry
Copy link

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

@alex-davies
Copy link
Collaborator

Currently the parser only supports the $filter expression, how do collection literals work with filter expressions?

@syn-sanket-mistry
Copy link
Author

syn-sanket-mistry commented Feb 22, 2019

@alex-davies
Copy link
Collaborator

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

@jeangatto
Copy link

Any update on the functionality of filtering by nested collections?

@BluePalmTree
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants