Hi,

I've got a taxonomy and I want to view nodes related to *all* the descendents of a particular term.

Shouldn't the following work?

mysite.com/taxonomy/term/14/all

where 14 is the term_id of the term I'm interested in. I thought the last bit in the above url was meant to be the 'depth' so if I put "/all" it would return all descendent-related nodes, or if I instead put "/2" it would return nodes related to the 2 levels of children below the term.

But this isn't happening... I keep getting zero depth nodes only. Am I doing something wrong here?

Thanks, G