The part after search: has to be hex-encoded. So if you want the search to be:
search:tags:text
it becomes:
search:746167733a74657874
I dont think the template language has a utility function to hex-encode strings, you could ask chaley if he is willing to add one or you could create your own in general program mode.
|