This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Adds a sort to a query or sort, sorting by the specified properties in descending order.
The descending()
method refines this query to sort in descending order of the specified properties. If you
specify more than one property, descending() sorts the results in descending order by each property in the order
they are listed.
You can sort the following types:
Number: Sorts numerically.
"abc"
comes before "XYZ"
.If a property contains a number as a String, that value is sorted alphabetically and not numerically. Items that do not have a value for the specified sort property are ranked lowest.
Fields used in the sort.
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.