What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Missing collections when using global liquid `collections` objects

Missing collections when using global liquid `collections` objects

mambomambo
Shopify Partner
1 0 0

I have 1093 collections in my store, but when trying to access them in Liquid (`collections.size`) I only got 1086.

The main issue where is that I have a Brands page where I display all the collection that have the `brand` template (`collectionswhere: 'template_suffix', template`) and some are missing. From V to Z. The weird thing is that I have the 'U', then nothing, then one that start with 'é'.


I try to use the `reverse` filter (`collections | reverse | where: 'template_suffix', template`).. still missing.

Notes:

  1. I am 100% sure that at least one of the missing collections (one that start with a V) is 1) well published on the online store, 2) have products and 3) have the right template.
  2. The store runs on Shopify Plus


Is there something I'm missing?

Replies 0 (0)