Hi TT, Using the Mark approach what do you propose as a suitable regex pattern to find a word in a index:value pairs?
--Mohammad On Wednesday, December 11, 2019 at 10:45:57 PM UTC+3:30, TiddlyTweeter wrote: > > That is very useful to know. It would never have occurred to me to use the > "type". > > Tx, TT > > On Wednesday, 11 December 2019 18:09:07 UTC+1, Mark S. wrote: >> >> You could emulate an index search with regexp: >> >> <$list >> filter="[type[application/x-tiddler-dictionary]regexp:text[\bauthor: >> marxsal\b]]"> >> >> </$list> >> >> On Wednesday, December 11, 2019 at 8:35:05 AM UTC-8, Mohammad wrote: >>> >>> Hi Mark, >>> I need the tiddler name! then I can transclude some indexes. >>> >>> Normally a list of data tiddler with index/values are displayed on the >>> screen! >>> I want to search among them and filter the list based on that search >>> result! >>> >>> For example: >>> >>> display all tiddlers have marxsal in their author index name >>> >>> and then I have same data tiddlers with >>> author: marxsal >>> >>> >>> --Mohammad >>> >> -- 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/485799a6-9afb-4b4b-8f7c-57b88405cfc2%40googlegroups.com.

