A filter like below does not work!
[all[current]] :map[all[tiddlers]search:text<currentTiddler>]
[all[current]] :map[all[tiddlers]search:caption<currentTiddler>]
Isnt it that the [all[]]
is filter constructor? So why the the result from line 1 passed to line 2? I expect to separate filter runs and dedup result!