1)
I get an error Internal javascript error when clicking any of two radio-button (I think) if the state-tiddler $:/state/customSearch where I store the state does not exist, how can I create the state-tiddler in the radio-button if it does not exist?
2)
In the custom search I use the
<$list filter="[rank[species]search:caption{$:/state/customSearch}contains:summer_light{$:/state/customSearch!!summer_light_search}sort[caption]">//<$link to={{!!title}}><$view field="caption"/></$link>//<br></$list>
to search for all tiddler with the field value specified in the state-tiddler, but if the state-tiddler field is empty nothing is shown, I would like to see all tiddler regardless of the value in the target-tiddlers fields, how can I go about to do that?
/Magnus