I love how you can click on a tag in book details and search Calibre for that tag. I'm trying to create a column template that does the same thing for a custom column.
I tried a column template like:
Code:
{#genre:|<a href='search:#genre:"=|"'>}{#genre:||</a>}
But I either get this error:
Code:
calibre, version 2.2.0
ERROR: Unhandled exception: <b>TypeError</b>:Non-hexadecimal digit found
Or this error:
Code:
calibre, version 2.2.0
ERROR: Unhandled exception: <b>TypeError</b>:Odd-length string
Even if I do something simple like
Code:
<a href="search:test">test</a>
I get the same error. Is there a way to do this? What's the right URL pattern?