Logic between vocabularies is incorrect
SpikeX - June 11, 2009 - 23:08
| Project: | Taxonomy Browser |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When filtering using multiple categories, the system uses OR logic across vocabularies. For example:
Vocabulary Colors contains Red, Blue
Vocabulary Shapes contains Circle, Square
Say I wanted to only find blue squares. I check "Blue" and "Square", but the system returns all nodes containing "Blue" OR "Square", not "Blue" AND "Square".
This is a critical failure in the search logic, and needs to be fixed.
If this was an intended feature (i.e. you wanted it to behave this way), code an option in so that people can choose AND or OR logic across vocabularies.

#1
So... what's up with this? Is nobody maintaining this module anymore?
#2
Using Views, only add an extra '%' to taxonomy_term path: taxonomy/term/%,%. It works. See http://drupal.org/node/481764#comment-1668166