I'm on a touch device and can't test what you posted but let me clarify my 
examples above to:

Another way to explain it is that:
<$list filter="[<tempTid>get[text]] :filter[get[url]]">
<<currentTiddler>>
</$list>

is equivalent to:

<$list filter="[<tempTid>get[text]]">
<$list filter="[<currentTiddler>get[url]!is[blank]]" variable="null">
<currentTiddler>>
</$list>
</$list>

On Friday, May 14, 2021 at 7:57:57 PM UTC+2 Mohammad wrote:

> Saq,
>  Many thanks for the clarification and I read the document again!
>
>
> On Fri, May 14, 2021 at 9:07 PM Saq Imtiaz <[email protected]> wrote:
>
>> Another way to explain it is that:
>> <$list filter="[<tempTid>get[text]] :filter[get[url]]">
>>
>> </$list>
>>
>> is equivalent to:
>>
>> <$list filter="[<tempTid>get[text]]">
>> <$list filter="[<currentTiddler>get[url]!is[blank]]" variable="null">
>>
>> </$list>
>> </$list>
>>
>>
> This example is great! but for me they return two different results! That 
> was my confusion!
>
> I have attached a JSON test both above solutions!
> Please try at https://tiddlywiki.com/prerelease/
> and let me know if you see what I mean?
>
> [image: image.png]
>
>

-- 
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/fe6301a7-f1e2-48e7-8f94-478cf6313088n%40googlegroups.com.

Reply via email to