Hi Tobias

Perhaps this should be generalised for any list (not only the tags field.) 
As in, list all tiddlers that contain any of the items specified, in the 
targeted list.

The syntax for this becomes problematic, as both the reference pointing to 
the field being targeted and the array of items to search for must be 
passed. One option is to first specify the list by way of a filter, then 
search that list for the items in a referenced array:

"[[prefilter[]] +[listhas:{mylist!!ofitems}]"

The other is to first set up the list of items to search for, then specify 
the reference pointing to the list to be search (perhaps by generalising 
the tagging[] operator):

"[[my list]] [[of items]] +[tagging{my!!list}]"

Would either of these address your original usage case?

regards

On Thursday, 29 October 2015 15:42:38 UTC+2, Tobias Beer wrote:
>
> Hi Rustem,
>
> One thing that may be helpful at some point is this.
>
> Consider a tiddler called *action* to which action tags are tagging, e.g.
> *#future*, *#next*, *#waiting*, #*done*... and then there are tiddlers 
> that tag to those individual status tags.
>
> This can already be done using:
>
> {{{ [[action]tagging[]tagging[]] }}}
>
> ...returns only tiddlers that have any action-status tag. Not sure how to 
> do negation on that one.
>
> Anyhow, there is a ticket I once opened for tag-any and tag-all:
>
>
> *#1216 tagged any, tagged all*
>
> https://github.com/Jermolene/TiddlyWiki5/issues/1216
>
>
> What do you think about my last comment there 
> <https://github.com/Jermolene/TiddlyWiki5/issues/1216#issuecomment-152184850>
> ?
>
>
> Best wishes,
>
>
> — tb
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/59e822e8-5726-4890-b0e3-67954fbc412e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to