Needs review
Project:
Taxonomy Filter
Version:
6.x-1.6
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Jul 2011 at 12:44 UTC
Updated:
2 Mar 2012 at 12:47 UTC
Hi,
I need to display nodes tagged with category A of a certain vocabulary & category B of another vocabulary. Is this possible with Taxonomy list module?
When I tried I could only filter either Category A nodes OR Category B nodes. I could not filter out nodes belonging to both category A AND category B.
I tried my best trying to use Taxonomy list, but it does not seem to work as I imagined. I wonder whether I missed out something. I do use Views & Taxonomy view and wonder whether the problem is same as http://drupal.org/node/964044 .
Comments
Comment #1
solotandem commentedThis module will AND the terms in constructing the filter menus, but the content displayed using Views will do an OR. The issue you reference discusses the alternatives.
For 7.x, the Multi-Term Views module works with Views to do the AND of the content. Sounds like it could be back-ported to 6.x.
Comment #2
nirvanajyothi commentedOk. Thanks for the quick response. :)
It will be great to have Multi-term Views for 6.x. Look forward to testing.
Comment #3
alexbk66- commentedSo, what do I do to make Taxonomy Filter work properly? The whole idea of Taxonomy Filter is to filter by terms using /taxonomy/term/tid1,tid2 url syntax. So Taxonomy Filter creates correct url, but taxonomy view changes it to OR instead of AND?
As I understand, Taxonomy Filter module includes tf_multi.module to fix the problem? Or I still need to install Multi-Term Views module as well?
Comment #4
solotandem commentedYes, you need the latter module to make the view respect the AND. In this project, tf_multi simply enables URL links with multiple terms.
Comment #5
alexbk66- commented@solotandem, thank you, tf_views works!
Comment #6
solotandem commentedComment #8
alexbk66- commentedMulti-term Views works, but it breaks taxonomy view with depth modifier.
I fixed it in http://drupal.org/node/1315644#comment-5678936
Needs review though.