Haven't we had that before?

Am Donnerstag, 27. März 2014 14:34:54 UTC+1 schrieb Alberto Molina:
>
> The following code in a new tiddler creates an Internal JavaScript Error 
> (Uncaught TypeError: Cannot call method 'split' of undefined)
>
> <$set name="titre" value={{$:/temp/search}}>
> <$list filter="[!is[system]search/$titre$/sort[title]limit[250]]" />
> </$set>
>
> Alberto
>

 
\define myFilter()
[!is[system]search/$(titre)$/sort[title]limit[250]]
\end

<$set name="titre" value={{$:/temp/search}}>
<$list filter=<<myFilter>> />
</$set>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to