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
Since I noticed the $expand is currently not available in the latest version, I then try to write a query like following, in order to find and return those data points that are less than 2 for their x values.
Hi, I am trying to query and filter the data points in following data structure, by using node-odata,
Since I noticed the $expand is currently not available in the latest version, I then try to write a query like following, in order to find and return those data points that are less than 2 for their x values.
http://localhost:3000/scatter?$filter=data/any(d:d/x lt 2)
But it keeps saying,
Syntax error at '2)'.
I wonder if any/all operators are currently supported? and alternatively do you have any good idea to do so?
Thanks in advance!
Shoring
The text was updated successfully, but these errors were encountered: