I have a Content Type named “Match” which has a local and visitor. Both are node references to a Content Type named “Team”.
In Views I need to ask for matches of a specific team, no matter if that team is the local or the visitor. In contextual filters I can set a value for “local” and for the “visitor” each one in particular. So I guess I need an OR condition in this case.
Does anyone knows how to solve that problem?
Edit: I found “Views Contextual Filters OR” module already but that’s the problem, my website is too big and currently in production so we don’t want to have problems because of bugs or something.