Adds a sort to a query, sorting by the specified properties in ascending order.
The ascending()
function refines a PublicPlansQueryBuilder
to sort in ascending order of
the specified properties. If you specify more than one property,
ascending()
sorts the results in ascending order by each property in the
order they are listed.
You can sort the following types:
"abc"
comes after "XYZ"
.If a property contains a number as a String, that value will be sorted alphabetically and not numerically. Items that do not have a value for the specified sort property are ranked lowest. When sorting, ascending order is: numbers, followed by symbols, and then letters.
The properties used in the sort.
Supported properties:
primary
slug
_createdDate
_updatedDate