neo4j-devtools / neo4j-bloom

A public repository for informal docs, problem reporting and content sharing related to Neo4j Bloom.
Apache License 2.0
18 stars 0 forks source link

Scene actions seem broken for relationships #75

Open vlasta-kus opened 5 months ago

vlasta-kus commented 5 months ago

I can't make work scene action on relationships. It appears as if the matching using $relationships variable is broken. Example:

MATCH p=(e1)-[r]->(e2)--() WHERE id(r) in $relationships return p

--> returns nothing for selected relationships

When I comment out the WHERE clause, the action takes a while but it does return all the relationships in the DB. Same issue with using WHERE elementId(r) in $relationships.

The relationship's target node does have outgoing & incoming relationships (I'm trying to configure the action for RELATED_TO edge):

image

Using Bloom 2.11 with Aura 5.18.0.

GlacialBoy commented 5 months ago

Hello @vlasta-kus ! Can I ask you to try with https://workspace-preview.neo4j.io/workspace/explore ? Do you see the same issue? If you select first the relationship, then you right click and select the Scene Action is that working?

I tried it locally with your Scene action and I don't see any issue

vlasta-kus commented 5 months ago

Thanks @GlacialBoy. Strange, though. I tried but no success. Is there any public auradb on which we both could try? Or any other idea?

image image image
ckanz commented 3 months ago

Thanks for reporting this @vlasta-kus and apologies for the long delay in our reply. We've been investigating this further and there is indeed a bug that affects scene actions with relationships. We'll let you know here once a fix is deployed.