What I did:
Create 2 extra fields, both multi-select lists.
Add these two to a category, create item, select values, publish.
Example:
multi-select 1 "interests" and values 'computer', 'internet', 'semantic web'
multi-select 2 "expertise" and values 'network maintenance', 'technician'
Select for an item 'Phil' for multi-select 1: computer and semantic web
for multi-select 2: technician
Result
The page shows:
Phil
Interests: computer, semantic web
expertise: computer, semantic web, technician
Questions
1. Apparently the values for multi-select 1 are repeated and added to the values of multi-select 2. How to solve this?
Cheers and congrats for the great component.