Skip to main content
tana
Product Company Community App Get early access
Community
Search
Log In
Log In Sign Up
John Hildenbiddle

John Hildenbiddle

Joined Feb 25, 2025 Last seen May 11, 2025
Posts 1 Comments 2

⁨John Hildenbiddle⁩'s Comments

Newest Top
Newest Top
    1. ⚡️ Ideas
    2. Search based on parent field value
    John Hildenbiddle John Hildenbiddle Apr 2, 2025

    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.

    Reply Actions
    1. ⚡️ Ideas
    2. Line breaks inside a node
    John Hildenbiddle John Hildenbiddle Apr 2, 2025

    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.

    Reply Actions