Posted by SpikeX on June 11, 2009 at 11:08pm
Jump to:
| Project: | Taxonomy Browser |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
Comments
#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
#3
I have tried adding the extra '%' to taxonomy_term path, but this just seems to cancel the view and instead use the core taxonomy list? Though this makes Taxonomy Browser work correctly across vocabularies, I really would like to still be able to use my view settings.
Any help will be greatly appreciated,
Mikkel