The regexp was there because the original question was looking for tiddlers that had tags with the prefix Action, that wasn't part of my problem. My problem, and I think the problem in the original question is that while I can generate a list of a tags descendants to an arbitrary depth I can't filter all of the items on that list. The solution that I have means that only descendants of tiddlers that meet the filter criteria are also filtered.
Example: If you had this hierarchy, with A at the root, B, C and D in level 1 and C1 and D1 in level 2 what I would like to be able to do is say something like 'Filter all of the descendants of A' *A **B **C ***C1 **D ***D1 Using what I have if D doesn't fit the criteria than D1 isn't even checked. I suppose a 'descendants' filter operator would solve the problem. I will have to look into this. -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

