We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using an order by where I'd like to sort on a child will result in a syntax error.
For example: ?$orderby=Rating,Category/Name desc
?$orderby=Rating,Category/Name desc
Will result in:
{ [SyntaxError: Expected " ", "&", ",", "." or [a-zA-Z0-9\-_] but "/" found.] name: 'SyntaxError', expected: [ '" "', '"&"', '","', '"."', '[a-zA-Z0-9\\-_]' ], found: '/', message: 'Expected " ", "&", ",", "." or [a-zA-Z0-9\\-_] but "/" found.', offset: 33, line: 1, column: 34 }
It's however specified as being valid according to these docs: http://www.odata.org/documentation/odata-version-2-0/uri-conventions/
Using an order by where I'd like to sort on a child will result in a syntax error.
For example:
?$orderby=Rating,Category/Name descWill result in:
It's however specified as being valid according to these docs:
http://www.odata.org/documentation/odata-version-2-0/uri-conventions/