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,
        [...]
    }
}

Last updated