There are different ways that you might expand it. This one looks for the 
contents of parent_page as either mother or father. It takes advantage of 
another new feature in 5.1.19 -- the subfilter operator.

-- Mark

\define concat(a b c d e f g h) $a$$b$$c$$d$$e$$f$$g$$h$
<$wikify name=fatherFilter text="""<<concat 
[tag[data_page]search:text:literal['"'father'": ''"' {{!!parent_page}} 
'"']] >>""" > 
<$wikify name=motherFilter text="""<<concat 
[tag[data_page]search:text:literal['"'mother'": ''"' {{!!parent_page}} 
'"']] >>""" > 
Father search: <<fatherFilter>> <br/>Mother Search: <<motherFilter>>

<$list filter="[subfilter<fatherFilter>] [subfilter<motherFilter>]">

* list: {{!!title}}
</$list>
</$wikify>
</$wikify>



On Monday, January 7, 2019 at 11:05:35 PM UTC-8, D X wrote:
>
> I see. 
>
> New problem: I now need to expand this filter to include both the "father" 
> and "mother" JSON indexes (and later on do some sorting), but no matter how 
> I apply the quotes it seems like <$wikify> is running out of steam when I 
> try to append another run to this filter string.
>

-- 
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 post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a2cf96b0-4129-4a79-8941-7d732fa74e42%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to