Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.6
Component:
exposed filters
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 12:01 UTC
Updated:
15 Jul 2009 at 15:10 UTC
When we have hierarchy like:
- A
-- 1
-- 2
-- 3
And nodes :
node1 - assigned term 1
node2 - assigned term 2
The expected behavior for selecting "A" in taxonomy filter on views is to display every node assigned to A,1,2 or 3. In this case displaying 2 nodes.
But the current behavior ignores that hierarchy and displays only those assigned to "A". No child-terms taken into account.
Comments
Comment #1
merlinofchaos commentedPick the 'with depth' filter and set a depth to use.