We are using Box for salesforce, and it is very useful to associate the salesforce record with uploaded box files.
But, in embed box component, search results are unfriendly, because if we are sorting by updated, search results are sorted in ascending order.
When I investigated by chrome developer tools, search query is
```
```
Although is it '&sortDirection=asc&sortColumn=date', can I change in descending order?