There is a node pages that holds reference fields of the taxonomies (course type and semester). For example:
- Summer Literature Courses: course type of 'Literature' and a semester of 'Summer'.
There is a node courses that holds reference fields of the taxonomies. For example:
- ENG 101: course type of 'Literature' and a semester of 'Summer'.
- MTH 101: course type of 'Math' and a semester of 'Fall'.
I need to somehow get those courses on the page that both reference the same course type and semester
I figured I could create a views block and place that on all pages that have course type and semester defined. But I can't figure out how to configure the View to correctly filter the courses. Any help would be greatly appreciated!!