Karl Meinkopf

Results 3 comments of Karl Meinkopf

I'm experiencing a pretty similar problem now. ```kotlin @Query(""" MATCH (n:$DATASOURCE_LABEL:$ENTITY_LABEL)-[]-(x:$DATASOURCE_LABEL:$ENTITY_LABEL) WHERE n.nodeId IN ${'$'}ids AND NOT (x.nodeId IN ${'$'}ids) RETURN DISTINCT n.nodeId AS parentId, collect(x) """) ``` I could...

Thank you for the answer, it worked perfect for me. Side note about labels - these are not Neo4j query parameters, but rather the interpolation. I'm using Kotlin which supports...

No updates on this issue? I've just caught this on my server.