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,