Colleagues,

I'm having trouble making the list separators work in my Exhibit.

>From my json file:
...
"type" :                    "Item",
"your_tags" :            "Roberson,Order",
"type" :                    "Item",
"your_tags" :            "Addendum, Order",
...

I would expect this html:
...
                        <div ex:role="facet" ex:expression=".your_tags" 
ex:separator=","
ex:facetLabel="Suggested for/by:"</div>
...

to render the 'Suggested by/for' facet as something like this:

1              Roberson
2              Order
1              Addendum

but instead, I'm getting:

1             Roberson, Order
1             Addendum, Order

Am I misunderstanding something about how this is supposed to work?

Thanks for any help and for a great product.

TC

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to