cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error when using exists {... } in Neo4j Aura

Hi,

when I execute the query below for instance on Neo4j Aura, I am getting an error lately:
MATCH (provider:Provider) WHERE
exists {match (provider)--(:Dataset)--(theme:Theme) }
RETURN provider
It is because of the exists case. It used to work, but I can't point out when exactly the error started happening. When I run locally on my Neo4j Desktop, everything works. I suspect a bug in the latest Neo4j release for exists clause?
Thanks!

Kind regards,

1 REPLY 1

Hi Frederick,

Please open a support ticket on our support portal using your Aura credentials. Be sure to include the URI you're using so that we can be sure we're looking at the right database. Once we have that we'll be able to look up what's going on in the service logs.

Thanks,
Cory