Thread: Columns
View Single Post
Old 05-27-2011, 12:04 PM   #11
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,449
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Noughty View Post
Looking forward to the merge lists.
Kovid accepted it for this release.

Once you upgrade, assuming that you want to use the case of the item in tags if there is a non-case-equivalent duplicate, use any one of the following 3 templates. The first two use "template program mode", while the last one is uses"general program mode".
Code:
{tags:'merge_lists($, field('#shelf'), ',')'}

{#shelf:'merge_lists(field('tags'), $, ',')'}

program: merge_lists(field('tags'), field('#shelf'), ',')
The documentation for merge_lists will be in the template language manual section as soon as the next release is prepared.
chaley is offline   Reply With Quote