Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the SORT_NATURAL flag for sorting attributes (#896)
this allows numeric values to show up their expected order. Previously an attribute with various numeric values would show up in the following order: 0-50 101-250 250+ 51-100 After the change they will show up as: 0-50 51-100 101-150 250+
- Loading branch information