Hi guys,
I have a project where we had to create a couple of CustomFieldTypes for Products and ProductCategories.
The back-end part seems ok (I have a separate post about that) but I have some issues with using them in Facets.
The field in question would save a comma-separated list of values.
When using it in a facet, I would expect to get a list of individual values. Usually, this means that I can set a new field of type String[] that would use my initial field as source and the system would "know" how to convert it into a list. In this case, this approach did not work. I am wondering if I have to modify something in my FieldTypeProvider code to tell the system.
Thank you,
Adrian