Taxonomy Filtering - how to achieve a certain effect
douglas.a.hatch - June 19, 2009 - 16:55
I'd like to build a website that has the same functionality as the following:
http://www.threadlesskids.com/catalog/babies
Namely, the ability to select multiple taxonomy terms and display a product set representing the intersection of these terms. Is this possible using taxonomy filter, faceted search, or any of the other Drupal modules out there? I've done some preliminary research, but documentation for these modules is somewhat limited. I'm hoping someone can steer me in the right direction before I get too far down the wrong path.
Thanks!

_
Try doing any search here on d.o-- you'll see filter blocks similar to the site you linked for drupal version and module category. That's done with the apachsolr module and facets. There's also the http://drupal.org/project/faceted_search module for use without apachesolr.
_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.
Check out
http://drupal.org/project/taxonomy_sifter
NancyDru
Bravo Nancy! This is exactly
Bravo Nancy! This is exactly what I'm looking for. Can't wait to give it a shot.