Hi: Does anyone know of a way to do an exact tag match, i.e., there is a one to one correspondence between the tags specified in the filter and the matching tiddlers.
For example for tidders Tom (tagged A), Dick (tagged A, B) and Harry (tagged A, B and C), a filter search for [tag[A]] would return Tom (but not Dick or Harry) and a filter search for [tag[A]tag[B]] would return Dick (but not Harry). The only way that I can think of so far would be to use javascript to compare the contents of the tags field. The use case is to be able to generate a list of matching tiddlers for each unique group of tags. I have a macro to do this by first doing sorting the tags in place for each tiddler; sorting the tiddlers by the tags field (i.e., sort[tags]); and then listing each tiddler name followed by its corresponding tag pills. I am trying to stretch my tiddlywiki horizons by finding a way to do this while listing each unique combination of tags only once followed by list of tiddlers that have that exact combination of tags. Thanks Steve -- 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/88a2d7f0-ab98-4294-9e71-9fad32a66185%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

