Quote:
Originally Posted by chaley
You can do this for author links in a template search. There is a template function that returns the author links for an author. You would check for each author of a book (a for statement). If the count of links for any author is zero then the template would return "matched" or whatever you specify in the search.
At the moment you can't do this for links other than authors without using a python template.
|
I made this for now, though it doesn't work so well for multiple authors. Will improve later
Code:
template:"""program: link =author_links('|',','); if link then 'true' else 'false' fi#@#:t:false"""