Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-06-2022 07:42 AM
Hello,
Newly I discover apoc.when and try to use it in my project.
My project have test with using neo4jharness.
But It seem that apoc from Central Repository: org/neo4j/procedure/apoc/4.4.0.4 (maven.org) doesn't contain function documented here Conditional Cypher Execution - APOC Documentation (neo4j.com).
Any one knows where to find these functions?
Thank you for any help.
For information :
Solved! Go to Solution.
05-08-2022 11:55 PM
apoc.when is in the class cypher (even if it is not a apoc.cypher function) : neo4j-apoc-procedures/Cypher.java at b8a67385eb41190a14dcb81c50ec8a9c733aa56d · neo4j-contrib/neo4j-...
To add it to the embedded instance just add .withProcedure(apoc.cypher.Cypher.class) to the embedded instance initialisation.
05-08-2022 11:55 PM
apoc.when is in the class cypher (even if it is not a apoc.cypher function) : neo4j-apoc-procedures/Cypher.java at b8a67385eb41190a14dcb81c50ec8a9c733aa56d · neo4j-contrib/neo4j-...
To add it to the embedded instance just add .withProcedure(apoc.cypher.Cypher.class) to the embedded instance initialisation.
All the sessions of the conference are now available online