Dashboard OC-List
3.4.0
3.4.0
  • About
  • Changelog
  • User
    • How to
      • Copy list/package UUID
      • Remove items from list
      • Unlink list from package
      • Change linked list in package
      • List & Packages Updated Dynamically
      • Open writer in Modal View or External Tab
      • Update Status Bar color Code
      • Date/Time functionality
      • Drag and drop between one OC list to another.
    • FAQ
  • Admin
    • Requirements
    • Config
      • Enable/Disable List Warning Message
      • Change order of search result
      • Standard config
    • Migration
      • 2.x.x => 3.0.0
      • 3.x.x => 3.2.0
Powered by GitBook
On this page

Was this helpful?

  1. Admin
  2. Config

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

PreviousEnable/Disable List Warning MessageNextStandard config

Was this helpful?