Unfortunately, if $:/temp/negsearch doesn't exist or the text field is
blank, then this gives me nothing at all. That's the problem I'm trying to
avoid. I've tried with a "missing" operator and an "else" operator and that
doesn't seem to work either.
On Thursday, December 12, 2019 at 1:29:14 PM UTC-6, 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/71d0d9c5-5878-489a-8778-4e3094303f23%40googlegroups.com.