Best explained with an example:
I have a bunch of tiddlers tagged Flashcard, each with a field identifier
containing
some text.
I want to return all the tiddlers that do not feature the values of *any*
identifier fields within their text.
Initially I tried the following:
<$list filter="[tag[Flashcard]get[identifier]]"
variable=flashcardIdentifier>
<$list filter="[!search<flashcardIndicator>]">
<<currentTiddler>>
</$list>
</$list>
Of course this doesn't work because it is applying the search one at a time
and is thus returning the tiddlers that don't contain *all* the
identifiers. I want to return the tiddlers that don't contain *any*
identifiers.
Anyway now I'm stuck, so I'm wondering if anyone can help me out?
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/770fbab0-31c2-4bfd-b0a8-fee931f4110fn%40googlegroups.com.