Hi.
I have a group field that concerns a CPT called "Designers". Each designer has info such as "name", "surname", "date of birth", "country", etc...
In some cases, "Designers" is actually a duo of 2 designers, so I doubled these fields and added a suffix "_duo" to the custom fields.
The problem is that the "Country" field is meant to be filterable, so I created a Taxonomy for it. When I add, for example a value "Italy" for the first designer (using field "designer_country") and "Switzerland" for the second designer (using field "designer_country_duo"), and try to pull these different values on the frontend, they bot will show "Switzerland".
Is there a conflict between the fact that both custom fields refer to the custom taxonomy "Country", and doesn't like the fact that it is being provided 2 different values from 2 different custom fields ? Am I going to have to create a second Taxonomy called "Country_duo" ?