Hello,
When using Neo4J Aura (browser v4.2.2, server v4.2.0), it shows a warning when we use EXISTS predicate function:
This feature is deprecated and will be removed in future versions.
The property existence syntax ... exists(variable.property)
is deprecated, please use variable.property IS NOT NULL
instead
But when we check the docs, it doesn't mention anything about it being deprecated
https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-exists
https://neo4j.com/docs/cypher-manual/current/deprecations-additions-removals-compatibility/
Not sure which one to follow.