I have created a product catalog which has several categories and products with each. I'd like to create a separate view for each category and have an exposed filter at the top which includes only the child nodes of this category.

Right now, I'm exposing a filter of taxonomy terms for my catalog and am getting a full listing of all levels. The drop-down menu shows something along the lines of the following:

Category 1
-Product 1
-Product 2
Category 2
Category 3

QUESTION: Is there a way to limit the list of items in this filter just to the children of Category 1, as follows:

-Product 1
-Product 2

I'm somewhat new to Views and have been working on this for quite a long time; I would really appreciate any help and insights on this.

Thank you!

Comments

youplatform’s picture

Status: Active » Fixed

I found a very helpful posting (after hours of search!) here: http://drupal.org/node/84124

Hope it's helpful

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.