
John Hildenbiddle
Joined
Feb 25, 2025
Last seen
Apr 2, 2025
John Hildenbiddle's Comments
-
-
I also was surprised to learn Tana did not support this. I would like to see this added for both nodes and node comments.
I appreciate the possible performance concerns but that shouldn't prevent making such a basic feature available for those who would use it properly.
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:#reminder
nodesLINKS TO
#people
reference in the>Attendees
field#people
referenceThe 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.