Ken Blackman Feb 13, 2025 Posted Mon, Feb 3, 2025 5:28 AM Edited Thu, Feb 13, 2025 4:38 AM Agreed. Much of the query functionality seems like it naturally could and should be recursive. My use cases: Find nodes that are CHILD OF a node that contains the word “Related” and is a CHILD OF the target node, ie: Concept 1 Related @Concept 2 @Concept 3 Find nodes that are linked to by a node that contains the word Related and is a child of the target node, ie: Concept 1 Related: @Concept 2, @Concept 3 And perhaps most usefully, find nodes that are in an instance of >related field in the target node, ie: Concept 1 >related:: @Concept 2 @Concept 3
Agreed. Much of the query functionality seems like it naturally could and should be recursive. My use cases:
Find nodes that are CHILD OF a node that contains the word “Related” and is a CHILD OF the target node, ie:
Find nodes that are linked to by a node that contains the word Related and is a child of the target node, ie:
And perhaps most usefully, find nodes that are in an instance of >related field in the target node, ie: