Sorting
Sorting
Specifies how returned items should be sorted
JSON Example
{
"ascending": false,
"field": "string",
"default": false
}
boolean
ascending
Required
Whether to sort ascending. If undefined, sorting is not guaranteed
string
field
Required
The facet by which to sort
boolean
default
Optional
Whether this sort requests the default ranking order. Ascending/descending does not matter if this attribute is true.
Property Of