Try this: \define thisSearchMacro() <ol> <$list filter= "[[$:/data/Acronyms]indexes[]regexp:title[(?i)$(thisSearch)$]]"> <li><$transclude tiddler="$:/data/Acronyms" index=<<currentTiddler>>/></li> </$list> </ol> \end
filter explanation: 1. Get your Acronyms 2. Get its indeces 3. Filter them by your search string 4. For each remaining transclude the content -- 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.

