Comment #⁨4⁩

Upvoted this idea instead of creating a new one due to similarity.

My goal is to display the following as related content or all #meeting nodes:

  • Show #reminder nodes
  • that LINKS TO
  • Every #people reference in the >Attendees field
  • Grouped by the #people reference

The end result might look something like this:

REMINDERS

Bob
[  ] Do this #reminder
[  ] Do that #reminder

Sam
[  ] Do this #reminder
[  ] Do that #reminder

I can almost get this working with the following query:

#reminder
LINKS TO   PARENT.Attenees
NOT        OR
             PARENTS DESCENDANTS
             DONE

The issue is that Tana currently only matches the first #people ref in the attendees field. As a result, the query returns only #reminder nodes for the first attendees in the list (which also breaks if I am the first attendee in the list). Tana should match all items in a field, not just the first.