I want to show my collection list sorted by letters. I used {% assign sorted_collections = collections | sort: "metafields.custom.sorting.value" %} but it doesn´t work. Does somebody know what I need to change?
I think you need to put it like this, with sort_natural and directly going to the metafield: {% assign sorted_collections = collections | sort_natural: "sorting.value" %