Requests the search results to be sorted in this order.
| name | data type | description |
|---|---|---|
| field | string | The field this order applies to. |
| order | string | The sort order.
One of asc (ascending) or desc (descending).
|
Example
{
"field" : "title",
"order" : "asc"
}