Quote:
Originally Posted by wjBLqf-_9
Unless there is a way to search tag fields for that book title (programably for each book)
|
Use bulk metadata edit search and replace in template mode. The following will remove any tag that equals the title as long as the title does not contain a comma. If the title *does* contain commas then the results will be incorrect and quite possibly bad. Hint: search for books that don't have a comma in the title and apply this S/R to those.
The text of the template is:
Code:
program: list_difference(field('tags'), field('title'), ',')