Closed jkelleher closed 9 years ago
Doesn't work because of YAML syntax doesn't support that. Basically it thinks that you have:
@taxonomy: "aproject: true"
You may use this instead:
filter:
items:
@taxonomy:
aproject: true
I think this is resolved, closing
Using this (excerpt) relatedpages.yaml:
... it doesn't appear to pull back pages with a taxonomy key/value of aproject: true. Related: Using
taxonomy.findTaxonomy({'aproject':true})
works.