Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-13-2022 11:05 PM
Suppose a scene has an existing node with existing relations found upon expanding. When I search a new node, the nodes already present on the scene do not automatically link up with the new node. How to do this?
If this is not possible, any other way around this?
06-17-2022 11:23 AM
Hmm, that's odd, they should on expansion, do you have a screen-recording of an example?
On search/search-phrase probably not but that's a good feature request
Please raise it here https://neo4j-bloom.canny.io
What you could do is add a saved scene action that also takes the existing nodes and links the new node to them.
MATCH (n:Node) WHERE ...
MATCH path = (n)--(m) WHERE id(m) IN $nodes
RETURN path
All the sessions of the conference are now available online