I have two content types:
- Games, which have a list of Developers that worked on it.
- Developers, which don't store the games they've worked on.
I need:
- a view that lists Developers that you can filter by Game, but "Exposed Filters" only let me filter on fields on the Developer, so I'm not sure how to do this.
- to be able to add to a list of people that worked on the Game when editing/creating, rather than have to update each Developer's list of Games they worked on.
How can I make an exposed filter which selects Developers where the Game has that Developer?