I think I have come across a bug within Views 2 (version 6.x.2.8, Drupal core 6.14) but wasn't sure whether to log it as a bug or as a forum discussion. The issue is to do with taxonomy arguments combined with relationships. I have a node view set up to return a list of nodes of a specific content type (done via a filter) that have a relationship to another content type, with fields being displayed from both the main content type and the related content type. This works fine, the bug comes up when I introduce a taxonomy argument that is tied to the related content type

- for example, list all nodes of content type student that have a related node teacher where the teacher node belongs to a given taxonomy term. The correct nodes are retrieved, however they are duplicated for every taxonomy term that the related node is associated with, regardless of vocabulary. So, if a teacher node was associated with subjects (subjects being one vocabulary) Math and Science and grades (grades being another vocab) 9 and 10, and the term Science was passed into the view as an argument, each student node related to that one teacher would be displayed 4 times in the view.

Has anyone ever come across this scenario and either a) found a fix for the problem, or b) found an alternative way to structure the view to acheive the same goal?

Any help/advice is much appreciated.

Thanks,
--Mark

Edited by WorldFallz - moved to appropriate forum.