Within my user table I have a field that is a list of things - the [TEAMS] that the user follows.
Separately I have a team table that relates each [TEAM] to a [SPORT].
I want to show the [TEAMS] the user follows and allow filtering by [SPORT].
But since the [TEAMS] field is a list of things, the advanced option doesn’t show when I try to create my initial search for the RG and so I can’t join to the [TEAM] table and ultimately filter on the [SPORT].
The issue is that I am not searching for users. I am showing the list of teams that the users supports. This list is included in the user table as shown here.