Change order of search result
In list/package-options you have the ability to change which key sorting is made on, as well as if the result should be displayed in ascending/descending order.
{
"search": {
"sortProperty": "updated",
"sortAscending": false,
[...]
}
}
sortProperty
OC property to sort on
string
sortAscending
Whether sort result should be ascending or descending
boolean
Was this helpful?