Hi!
Is there an implicit restriction on overlapping categoryOptions between the categories in a categoryCombinations? I tried creating the category options ‘True’ and ‘False’, and two categories ‘Bool1’ and ‘Bool2’, both containing the category options true and false. When combining Bool1 and Bool2 in a categoryCombination I expected to get four categoryOptionCombinations:
- True, True
- True, False
- False, True
- False, False
Instead I got:
- True, True
- True, False, True, False
- False, False
(note: True, False, True, False only referred to the category options once, only the name had four entries)
Is this the intended behavior?
Br. August Matisen
1 post - 1 participant