neo4j / neo4j-documentation

103 stars 132 forks source link

Remove exists() from predicate functions in v5 #1651

Closed davidoliverSP2 closed 1 year ago

davidoliverSP2 commented 2 years ago

The exists() function appears to be removed in v5, but the Predicate functions page still has it listed.

@sherfert I've tagged you as a reviewer here, as you added the 'EXISTS' content for v5 - please delegate if this needs to be confirmed by someone else.

davidoliverSP2 commented 2 years ago

Remove Predicate function/exists from v5 docs

sherfert commented 1 year ago

@davidoliverSP2 I don't think the exists function has been removed. I can still execute MATCH (n) WHERE exists( (n)--(:A) ) RETURN n without problems.