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

solotandem’s picture

This 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.

nirvanajyothi’s picture

Ok. Thanks for the quick response. :)
It will be great to have Multi-term Views for 6.x. Look forward to testing.

alexbk66-’s picture

Version: 6.x-1.5 » 6.x-1.6

So, 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?

solotandem’s picture

Yes, you need the latter module to make the view respect the AND. In this project, tf_multi simply enables URL links with multiple terms.

alexbk66-’s picture

@solotandem, thank you, tf_views works!

solotandem’s picture

Assigned: Unassigned » solotandem
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

alexbk66-’s picture

Status: Closed (fixed) » Needs review

Multi-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.