Hello!
I have
full.filter variable containing one or more +runs evaluated dynamically. The simplest value is like this:
[all[tiddlers]!is[system]has[cite_no]] +[search:text:regexp<validate.search.regexp>]
<<validate.search.regexp>> gives a valid regexp that can contain sqare brackets, etc.
I am trying to run
<$list filter=<<full.filter>>>
search results representation
Also I tried to add
<$wikify name="full.filter" text=<<full.filter>>>
before the list widget. But still no correct results.
What syntax should I use?