Hi,
Is it possible to get page collections where there is is no taxonomy data defined? The following is an example used in the learn skeleton:
{% set progress = page.collection({'items':{'@taxonomy.category': 'docs'},'order': {'by': 'default', 'dir': 'asc'}}) %}
Is it possible to get a collection based on other criteria, e.g. by template used or by parent page / slug etc.
I've tried variations of the following, which don't work:
{% set progress = page.collection({'items':{'template': 'blog'},'order': {'by': 'default', 'dir': 'asc'}}) %}
Any help would be appreciated.
Cheers!