search_sort.Rd
Construct a search sort to sort results returned from the search_workspace
function. This sort is only meant for use within the search_workspace
function.
search_sort(timestamp = "last_edited_time", direction = "descending")
timestamp | Which property to sort by. Currently, |
---|---|
direction | Which direction to sort in. Must be either |
A search sort object.