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

Make other nested query options in $expand to work #557

Closed
xuzhg opened this issue Nov 13, 2015 · 1 comment
Closed

Make other nested query options in $expand to work #557

xuzhg opened this issue Nov 13, 2015 · 1 comment
Assignees
Milestone

Comments

@xuzhg
Copy link
Member

xuzhg commented Nov 13, 2015

See #349.

OData spec says:

11.2.4.2.1 Expand Options

The set of expanded entities can be further refined through the application of expand options, expressed as a semicolon-separated list of system query options, enclosed in parentheses, see [OData‑URL].

Allowed system query options are $filter, $select, $orderby, $skip, $top, $count, $search, $expand, and $levels.

So, other nested query options are:

  • $orderby
  • $top
  • $skip

$search is totally unsupported. So, skip it.

@VikingsFan
Copy link
Contributor

Merged 3f56890 PR #557

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

3 participants