Hello, in a project I'm trying to get the index of the current page in the collection of all pages with the taxonomy {'series': 'lp'}, ordered by date.
But I can't even get to that collection of pages.
{{ var_dump(taxonomy.findTaxonomy({'series': 'lp'})) }}
Prints NULL, though the taxonomy of a particular page can be accessed by page.taxonomy.series.
My user/config/site.yaml contains taxonomies: [category, tag, series].
Any idea what could be going wrong here? Thanks!