Using only tools available in the core, this works: <$list filter="[all[tiddlers]has[caption2]each[caption2]get[caption2]sort[caption2]]" variable="capt"> <$list filter="[field:caption2<capt>count[]prefix[2]suffix[2]] [field:caption2<capt>count[]prefix[3]suffix[3]]" > Caption: <<capt>> used in<br/> <$list filter="[field:caption2<capt>]"> <<currentTiddler>><br/> </$list> <br/> </$list> </$list>
You will want to change "caption2" to "caption" (I needed a smaller data set for testing). This checks for duplicates of 2 or 3. You can repeat the run for 4, 5 ... etc. However many duplicate captions you think you might have. The problem is that there are no number-manipulating functions in the core. Also, there is no equality filter in the core, so I'm using prefix/suffix which breaks down for higher numbers with the same number on back and front (e.g. 22) Good luck -- Mark On Thursday, February 8, 2018 at 9:17:28 AM UTC-8, magev958 wrote: > > Most of my tiddlers have a uuid-title and a caption-field. With the > collection of tiddler growing I have come across a couple of tiddler with > same caption. I would likt to find all duplicates but don't know how > /Magnus > -- 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/925bc803-aa48-45d5-912c-5a88a1154b38%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

