You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error shown is:
{"code":400,"errno":104,"error":"Bad Request","message":{"name":"SyntaxError","expected":["" "",""&"","","",""."","[a-zA-Z0-9\-]"],"found":"/","message":"Expected " ", "&", ",", "." or [a-zA-Z0-9\-] but "/" found.","offset":39,"line":1,"column":40}}
The text was updated successfully, but these errors were encountered:
Thanks @albertopq. Same result after npm install.
As discussed, seems like the orderby query option does not support "/" yet.
Changing the title of the issue
isabelrios
changed the title
$expand and $orderyby query options in same request gives an error
$orderyby query option does not support "/" yet
Dec 21, 2016
isabelrios
changed the title
$orderyby query option does not support "/" yet
[Query options]$orderyby query option does not support "/" yet
Dec 21, 2016
For example:
http://localhost:8080/v1.0/Observations?$expand=Datastream&$orderby=Datastreams/id
The error shown is:
{"code":400,"errno":104,"error":"Bad Request","message":{"name":"SyntaxError","expected":["" "",""&"","","",""."","[a-zA-Z0-9\-]"],"found":"/","message":"Expected " ", "&", ",", "." or [a-zA-Z0-9\-] but "/" found.","offset":39,"line":1,"column":40}}
The text was updated successfully, but these errors were encountered: