Hi
I have setup a facet that gets options from an item field of type 'Checkbox list'. The options are visible frontend, and everything seems to be working. The only problem is that FacetOption.Name, FacetOption.Value and FacetOption.Label is the same. In the checkbox list the label is a nice product name (with spaces) and the value is an abbreviation (without spaces). When the name, value and label in the facet all gets the options from the value field of the checkbox list, I can choose to manual hardcode the options in the template (not use facets), use the abbreviation or show the option with spaces substituted by '+' (which probably are going to cause trouble in the serch results).
Does anybody know how to get the label option from the checkbox label field and the name or value from the checkbox value field?
Regards Thomas