On Saturday, January 4, 2020 at 11:33:24 AM UTC-8, Mohammad wrote: > > In Tiddlywiki.com trye below examples: > > > - <$list filter="[add[0]]"/> > - <$list filter="[multiply[0]]"/> > > > Is this an small issue? >
What is happening is that, by default, a filter starts with an implied "all[tiddlers]". Non-numeric list items (such as tiddler titles) have a value of 0. At TiddlyWiki.com, there are 1304 non-shadow tiddlers. Thus, each of the above filters is producing 1304 numeric results. This seems consistent and correct to me. What do you want the results to be? -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/718d5c80-e009-484e-b48d-3a33fda4b0ed%40googlegroups.com.

