To build on Tones' reply ... I think you wanted to find tiddlers with a 
specific value in the status field.

See the field Operator for filters: https://tiddlywiki.com/#field%20Operator

So to extend Tones example:

{{{ [all[]field:status[specific status value]] }}}

or since all unknown operators are assumed to be fields (and to use your 
specific search example) you can use the short form:

{{{ [all[]status[in progress]] }}}

I think that should get you what you want.

/Mike

On Monday, April 26, 2021 at 12:02:58 AM UTC-3 TW Tones wrote:

> Try this example filter
>
> {{{ [all[]has[fieldname]] }}} if the fieldname contains a non blank value
>
> and use
>
> {{{ [has:field[fieldname]] }}} for field exist with value or empty.
>
> Tones
>
> On Monday, 26 April 2021 at 12:36:02 UTC+10 [email protected] wrote:
>
>>
>> HI ,
>>
>> i am trying to list a number of tiddlers that have a specific value in a 
>> field i have created
>>
>> so basically I have a field  called " status " that exists in all 
>> tiddlers in my wiki , and usually  put in the field value text like , 
>> inprogress , pending etc..
>>
>> how can i view all tiddlers that have a specific value i , like for 
>> example "in progress  "
>>
>> i know how to filter with Tags , but i cant filter with a field value , 
>> is this possible ? 
>>
>

-- 
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/07f1d00f-2912-4887-9821-22171069961an%40googlegroups.com.

Reply via email to