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
Expected behavior
This should recognise the keywords and sort accordingly
Error logs
There are no error logs but returned bindings will not be ordered by v:B or v:C in any direction. Instead they contain the these keys/values
Describe the bug
The provided example for using
asc
/desc
keywords withWOQL.order_by
does not work.To Reproduce
query (example taken from documentation)
Expected behavior
This should recognise the keywords and sort accordingly
Error logs
There are no error logs but returned bindings will not be ordered by
v:B
orv:C
in any direction. Instead they contain the these keys/valuesSystem information (please complete the following information):
–
Additional context
The expected behaviour can be achieved by running this query
However, both queries feel somewhat strange to me. I would probably prefer something like
or
The text was updated successfully, but these errors were encountered: