I think this may be a bug:
http://bugs.modx.com/issues/3365 but I’m struggling with finding a workaround.
I have a listbox(multi-select) TV - use_Property, with options -
Retail||Restaurant||Office||Other
I output them in a chunk that calls the placeholder
If more than one option is selected, it outputs like this:
I’ve tried to set Output to Delimiter (and a comma for the delimiter).
I’ve tried to use an output modifier
[[+tv.use_Property:replace=`||==,`]]
but I can’t get :replace to do anything at all....
Any other thoughts? I could, obviously, create more than one ’use_Property’ TV, but I want to search across this field. Should I use auto-tag instead, even though it gives the client more options?