Content type A has a term reference field (field_1) to vocabulary 1 and a term reference field (field_2) to vocabulary 2.
Content type B has a term reference field (field_2) to vocabulary 2
What I want to do is display fields of the content type B using exposed filters of content type A.
Field_1 (from content type A) as an exposed filter resulting to the display of fields of nodes of content type B tagged with terms from vocabulary 2.
To make this more clear:
content type: car
fields: car_brand, car_model, tyre_ids (term reference fields to matching taxonomy vocabularies).
car_brand and car_model have 1 value (drop-down) and tyre_ids is tag-like, multivalued.
Content type: tyres
fields: tyre_id, tyre_brand, tyre_ids (term reference fields to matching taxonomy vocabularies). tyre_id here only has 1 value.
Taxonomy vocabularies: car_brand, car_model, tyre_brand, tyre_model, tyre_ids.
What I need to accomplish is listing the fields tyre_brand and tyre_model from content type “tyres”, BUT the “search criteria” will be exposed filters “car_brand” and “car_model”.
So when I select “brand1” from “car_brand” vocabulary in the exposed filter, the view would have to: