-
Notifications
You must be signed in to change notification settings - Fork 102
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
Where in list #70
Comments
Have you tried $client->where("Field", "contains", "foo")? |
This is a little different, I'm not trying to see if "field" contains "foo". I'm trying to see if "field" value exists in list. In the OData example, you're checking to see if Name equals "Milk" or "Cheese". I know I can use the |
@ds620107, I see. I'm going to see if we can get this implemented using a Signature would be like Let me know if that would achieve what you're looking for. |
Yes, that would work. Thanks! |
any update? |
I'd need that, too. So, I'm looking forward to it being implemented |
I'd like to add my voice to those hoping this is still coming |
Closed by #117 |
See tests here for example usage. |
As of OData 4.01, the in statement is supported.
Here is the example from their documentation:
https://docs.oasis-open.org/odata/odata/v4.01/csprd02/part2-url-conventions/odata-v4.01-csprd02-part2-url-conventions.html#_Toc486261685
Is there a functionality for this in this library? Thank you
The text was updated successfully, but these errors were encountered: