The reason this doesn't work is because when $:/temp/negsearch is missing,
then search{$:/temp/negsearch} will return EVERY tiddler that contains
nothing -- i.e., every single tiddler.
On Thursday, December 12, 2019 at 11:29:14 AM UTC-8, Eric Shulman wrote:
>
> If I understand your goal correctly, you want to get one list that matches
> a certain filter... and then remove some of the items that match another
> filter.
>
> To do that, use separate filter "runs", where the second filter has a
> leading "-" (minus), like this:
>
> <$list filter="[search{$:/temp/possearch}] -[search{$:/temp/negsearch}]">
> ... stuff here ...
> </$list>
>
> enjoy,
> -e
>
>
--
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/0b429afd-9ec3-49d9-b117-a37b51413a5a%40googlegroups.com.