We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Short summary (3-5 sentences) describing the issue.
ODL enables $count after navigation property in the $expand, for example
~/$expand=$navProp/$count ~/$expand=$navProp/$count($filter=prop gt abc) ~/$expand=$navProp/$count($search=prop)
See details at: #2051
When doing serialization, the navigation property should only contain the odata.count annotation without content.
The payload should be:
{ "[email protected]": 4 }
{ "[email protected]": 4, "navProp": [] }
The text was updated successfully, but these errors were encountered:
Fixes #3154: Enable serialize/deserialize navigation property with co…
bb6fe4f
…unt without content
xuzhg
Successfully merging a pull request may close this issue.
Short summary (3-5 sentences) describing the issue.
Reproduce steps
ODL enables $count after navigation property in the $expand, for example
~/$expand=$navProp/$count
~/$expand=$navProp/$count($filter=prop gt abc)
~/$expand=$navProp/$count($search=prop)
See details at: #2051
When doing serialization, the navigation property should only contain the odata.count annotation without content.
Expected result
The payload should be:
Actual result
Additional detail
The text was updated successfully, but these errors were encountered: