The section on multiple collections shows that we can create a collection that has both blog and featured category items like so:
content:
items:
@taxonomy.category: blog
@taxonomy.category: featured
Url filters such as /tag:urban only seem to pick up items from the first taxonomy but not the second. Is this intended behavior or am I setting something up wrong? Thanks!