Closed hsleep closed 9 years ago
The results of getEdge operation always is sorted by the score and the timestamp descending order. If provide orderBy query option like groupBy option, client can determine query result's sorting order.
orderBy
groupBy
I suggest the query like below form.
{ "orderBy": [ {"score": "DESC"}, {"timestamp": "ASC"} ], ... }
@hsleep would be nice feature~! looking forward PR.
The results of getEdge operation always is sorted by the score and the timestamp descending order. If provide
orderBy
query option likegroupBy
option, client can determine query result's sorting order.I suggest the query like below form.