Tony, You did Well, Tony.
1. It sounds to me like the pattern will remain the same for all items in your final list but you want to access the tiddler name as well in the result. 2. If you use "get" the value ends up being the title coming out of the list. 3. SAq's suggestion is applying the reqexp to the titles, that is not what you want is it, your pattern is running against the text field. 4. Can you explain why, you are *looking to do is having one list in a variable with all the results of the second filter* the reason I ask is perhaps there is a way to solve the bigger problem. I hope I have not appeared to harsh in the past. It takes time to promote better use of the forums, the clearer a post is the more we can share; without consuming too much of our own time. By the way I appreciate your contributions too. Thanks Tony On Friday, June 5, 2020 at 7:34:59 PM UTC+10, Tony K wrote: > > no specific reason at all, i just don't know better > > will give it a try thanks a bunch > > On Friday, June 5, 2020 at 12:33:25 PM UTC+3, Saq Imtiaz wrote: >> >> Is there a specific reason why you need nested lists? Do you want the >> tiddler titles or the text that matches the regexp? >> >> [tag[DailyNotes]regexp[$pattern$\b(?i)] >> >> or >> >> [tag[DailyNotes]regexp:text[$pattern$\b(?)i] >> >> -- 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/67c33a8e-ebf5-4931-af32-c0ce5ad3fdb8o%40googlegroups.com.

