Field ‘sr-type’ is set to value ‘[abc]’ for some tiddlers and to value ‘abc’ for some others. Note the square brackets.
<$list filter="[sr-type[abc]]">
<$link/><br>
</$list>
returns tiddlers where st-type is set to ‘abc’.
What expression do I use to pick up tiddlers where sr-type is set to ‘[abc]’?
I could use contains:sr-type[abc]
but that returns tiddlers that are tagged [abc], [def], etc.