Skip to main content

SearchResultsSorting

Struct for specifying sorting for search results.

NameDescriptionType
rulesSort rules. The first rule has the highest presedence meaning that it is the primary sort rule.SortRuleValueArray
optionsSort flags.SortFlags

Example

{
"rules": {
"values": [] /* Array of SortRule */
},
"options": {
"all": false,
"allow_resorting_to_default_sort": false
}
}