Mechanic now supports
sort_naturally
, an array filter which uses a human-friendly sort algorithm.
This addition complements Liquid's standard sorting filters (
sort
, for sorting with strict value comparisons;
sort_natural
, for sorting by case-insensitive string values).
Read more