SearchResultsSorting
Struct for specifying sorting for search results.
| Name | Description | Type | 
|---|---|---|
| rules | Sort rules. The first rule has the highest presedence meaning that it is the primary sort rule. | SortRuleValueArray | 
| options | Sort flags. | SortFlags | 
Example
{
  "rules": {
    "values": [] /* Array of SortRule */
  },
  "options": {
    "all": false,
    "allow_resorting_to_default_sort": false
  }
}