I have created a custom metafield for collections with the type of Integer in admin. I am trying list the collection names and order them by the new custom metafield. Unfortunately the sorting does’t apply. Am I missing something?
{% assign sorted_collections = collections | sort: ‘metafields.custom.menu_sort.value’ %}
{% for collection in sorted_collections %}