Ah, so close...
This works great:
<<list-links filter:"[all[tiddlers]search:fish[bluegill]]">>
Now I'm trying to grab the title of a tiddler and insert it into that filter (eg the tiddler is named "bluegill" and I want the filter to show me every tiddler that has the field "fish" that contains the word "bluegill"
I've tried:
<<list-links filter:"[all[tiddlers]search:fish[{{!!title}}]]">>
<<list-links filter:"[all[tiddlers]search:fish[<<currentTiddler>>]]">>
<<list-links filter:"[all[tiddlers]search:fish[<currentTiddler>]]">>
and various attempts with <$var> and <$set> (I don't really understand those yet)
Any ideas? thanks!