Hello, I'm trying to filter for category and tag in a news collection. How do i get this to work? The news getting displayed but not filtered at all:
---
content:
items:
'@page.children': '/news'
'@taxonomy': {category: [Blog], tag: [Spielbericht]}
leading: 0
columns: 1
limit: 5
order:
by: date
dir: desc
show_date: true
pagination: true
url_taxonomy_filters: true
---
I've also tried the different variants described here: https://learn.getgrav.org/17/content/collections#page-collections without any effect.