Hello,
I can't filter on both a folder and a custom header field (or even taxonomy).
Either it takes the taxonomy, or the folder, I've never been able to do both at the same time even though it's in the same array.
items: {
'@taxonomy':
{
'numdep': '03'
},
'@page': '/others'
}
Also, I would like (unsuccessfully for the moment) to be able to filter on a custom header field without going through the taxonomy.
---
title: test title
taxonomy:
numdep: '03'
insee: '03102'
geocoding:
lat: 1
lng: 2
process:
twig: true
location:
insee: 34129
numdep: 34
---
Is this possible? I've tried everything...
items: {
'@page.header.location':
{
'numdep': '34'
},
'@page': '/autres'
}
or
items: {
'@page.header.location.numdep': 34,
'@page': '/autres'
}
Thank you for the support