Captain Packers
Whilst it is often nice to combine filter terms into a single filter remember it is simple to nest list statements.
<$list filter="select a subset of tiddlers">,!-- no variable means the current tiddler is changed for each case-->
<$list filter="[is[current]searchstring]]">,!-- no variable means the current tiddler is changed for each case, [is[current] uses the previous levels current tiddler in this filter-->
The tiddlers meeting both filters criteria <<currentTiddler>> {{!!title}} {{!!caption}} etc...
</$list>
</$list>
If you do use the variable=name in the list widget all you have to do is use "<variablename> in the filter and <$view widgets to display field content.
Regards
Tony