- Issue created by @ikam
- πΊπΈUnited States apmsooner
Subfield values are always limited to single value therefore there it is not possible to select multiple terms. You can have a multi-valued custom field of course but again each subfield within it can only be single as the values are stored in a single table row in the database. If you absolutely need multi-valued terms selection, then you may want to split this out into a separate normal entity reference field.
each subfield within it can only be single as the values are stored in a single table row in the database
That makes sense. I'll explore re-design options. Thank you very much for your response!