-
Notifications
You must be signed in to change notification settings - Fork 201
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
Count is not translated well #677
Comments
OData provides two different ways of using
The first returns all products in the The second returns the exact same count value, but it only returns the value as the raw response without any OData JSON result around. You can find some |
@Echarnus could you solve your issue? |
Done. Apparently there is a bug in the OData library I used about this, or at least more people have the same problem, even at later versions: OData/WebApi#1153. |
When I am using the .Count Fluent API function, my url is translated as https//somedomain.com/odata/myType/$count instead of https//somedomain.com/odata/myType/?count=true.
The API I am sending requests to is made in ASP.Net Core. Is it perhaps possible there are different implementations of OData, all though I thought it was a standard?
I am using version 5.9.0.
Edit: Same problem in 5.9.1.
The text was updated successfully, but these errors were encountered: