From 23b2234ada80590d224dfe765c26269d1245e946 Mon Sep 17 00:00:00 2001 From: Dan Frankowski Date: Mon, 25 Nov 2019 14:05:38 -0600 Subject: [PATCH] Add direction doc for order --- doc/server.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/server.rst b/doc/server.rst index 26891012..9020eb43 100644 --- a/doc/server.rst +++ b/doc/server.rst @@ -367,10 +367,10 @@ Parameters: example: ``aggregates=amount_sum|discount_avg|count`` * `measures` – list of measures for which their respecive aggregates will be computed (see below). Separated by ``|``, for - example: ``aggregates=proce|discount`` + example: ``aggregates=price|discount`` * `page` - page number for paginated results * `pagesize` - size of a page for paginated results -* `order` - list of attributes to be ordered by +* `order` - list of attributes to be ordered by, along with optional direction (ascending or descending). For example: ``order=price:desc`` * `split` – split cell, same syntax as the `cut`, defines virtual binary (flag) dimension that inticates whether a cell belongs to the `split` cut (`true`) or not (`false`). The dimension attribute is called