Hello, I'm new to cypher and currently stuck on a problem that it seems to me ought to be quite straight forward, I suspect it might be a conceptual issue but I'm not sure, any help greatly appreciat...
I am seeing unexpected list index behavior while using negative indices. Here is a trivial list: WITH
RANGE(1,10) AS indices
RETURN
indices I would like to answer the las...
Hi everyone,
I was wondering if anyone has installed the neo4j cluster in a server with managed kubernetes and had to deal with a proxy problem while trying to install helm?
The idea behind is th...
Hi everyone,
Does the jdbc connector that can be used to import data from Oracle to Neo4j, support any encryption or security? If yes, is it enabled by default or how it be enabled?
Thank you in ...
Hello, I have a problem with the node XmlWord11. The text property, in some nodes, is empty and I would like to delete it. I try this code and you can see it, it works when I put someth...
I have a use case where I have a specific node as a starting point, and I want to find the closest nodes (with a specific label), when only traversing specific relationships in specified direction.&n...
Hello, everyone, I am wondering of the "limit" clause in cypher and I searched its documentation but have not found an explanation yet. How does the "Limit" limit nodes, based on what criteria...
URL text (https://xxx) in a string property is clickable on Bloom.
Can we replace the url by a shorten text such as markdown expression, [text](link) ?
An user is added by "CREATE USER" command according to the following manual. Managing users - Neo4j Cypher Manual Is there a limit on the number of users? Are there any differences about the...
...ALL apoc.refactor.cloneNodes(people, true) YIELD input, output RETURN input, output; I raised an issue, if it helps https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/3000