Active
Project:
Taxonomy Browser
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 23:08 UTC
Updated:
20 Aug 2010 at 21:37 UTC
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
Comment #1
SpikeX commentedSo... what's up with this? Is nobody maintaining this module anymore?
Comment #2
sietecoyote commentedUsing Views, only add an extra '%' to taxonomy_term path: taxonomy/term/%,%. It works. See http://drupal.org/node/481764#comment-1668166
Comment #3
Lostmonkey commentedI 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