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.

dave
Node Clone
since ‎08-31-2018
‎06-01-2022

User Statistics

  • 15 Posts
  • 1 Solutions
  • 1 Kudos given
  • 1 Kudos received

User Activity

I'm trying to create collections of collections, or all permuatations of X nodes from the following query and want to be able to apply filter on the total bundle price, eg bundlePrice < 20 The following query will get a single permutation, but not al...
I am getting an error when trying to run a merge query via the javascript driver the query is MERGE (p:Product {_id: $_id}) ON CREATE SET p = $newItem ON MATCH SET p = $newItem RETURN p the error is as below { Neo4jError at captureStacktrace (.....
Having this issue when I restart the database, not sure exactly how many rels are affecte but it created a 6Gb log file in about 6 hours with the following warnings. 2018-12-11 04:57:29.924+0000 WARN An exception occurred while executing transaction...
I know that there is no way of using MATCH, UNWIND or FILTER within a FOREACH loop, but do not what could solve the problem. I have the following query to start, MATCH (u:User)-[s:SIMILAR]-(:User)-[t:TRIED]-(p:Product) The TRIED has 10 properties wi...
Kudos from
Kudos given to