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.

peey
Node Clone
since ‎11-03-2020
‎06-01-2022

User Statistics

  • 12 Posts
  • 0 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

I have a custom function defined like: CALL apoc.custom.asFunction('fn', "MATCH ... RETURN stuff", 'NODE', [['param1', 'STRING']], false, 'docstring') It's supposed to return a matched node by some criteria. When I run CALL custom.fn("something"...
My target to match looks like the following: (:A) -[:R]-> (:B {val: 1})-> [:R]-> (:B {val : 2} )-> [:R]-> (:B {val: 3})-> [:R]-> (:B {val : 4})-> [:R]->(:C) and I can match it with MATCH (:A)-[:R *]->(C) but is there a way I can specify constraints...
The page on user defined procedures and the example therein show how you can use the core API to define user-defined functions. Is it possible for me to invoke a cypher query within a user-define procedure, or am I limited to using just the core API ...
Kudos from
Kudos given to