When sorting entries by a nullable numeric field x, all entries with x = null are put:
At the end if we are sorting in ascending order
At the beginning if we are sorting in descending order
When sorting, null values should come at the beginning for ascending lists and at the end for descending lists.
Created by Derrick Mehaffy
May 5, 2022