Query.orderAsc or Query.orderDesc does not include unset values?
I would love to be able to sort by an attribute, but also include missing (null) values at the bottom of the list since it cannot be sorted. Any ideas? 🙏
https://appwrite.io/docs/products/databases/order
TL;DR
Developers are looking to sort by an attribute and include missing (null) values at the bottom of the list. Currently, Query.orderAsc or Query.orderDesc does not include unset values. A potential solution could be to manually set the missing values to a specific placeholder value before sorting. More information can be found at: https://appwrite.io/docs/products/databases/order