Quote:
Originally Posted by chaley
Use template as the source field, (^.*$) as the search field, and \1 as the replacement field. Ensure that the source template produces the answer you want.
|
Thanks - I 'sort of' tried that, but I got hung up on wanting to use the template in the output, then I wondered if my 'problems' were caused by having the \1 in a bowl of HTML soup.
But I found a different solution that has given me what I want, I used an existing #book-row virtual column whose template is {id} as the search field.
But now at least, I know how template searches are meant to be used.
BR