I have many nodes of type ‘Players’ and ‘Match’. In the ‘Match’ node there is an entity field ‘Strikers’ referenced to ‘Players’ which allow multiple values.
I’d like to create a player page that shows information about that player searching all occurrence of that player in the ‘Match’ nodes (inside the ‘strikers’ field of each node).
I tried with the contextual filter but I don’t know if it is the correct way..