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.

svincen
Node Link
since ‎12-20-2022
‎01-11-2023

User Statistics

  • 4 Posts
  • 0 Solutions
  • 2 Kudos given
  • 1 Kudos received

User Activity

I had simple scene actions working in Bloom, but they suddenly stopped working (returning 0 results). E.g.  MATCH (a:action)-[r]-(b) WHERE id(b) in $nodesRETURN a, r
My simple 4 node graph is: (thing:Steve) -[is]-> (thing:Person) -[does]-> (action:living) <-[is]- (action:breathing) but this query MATCH (a:thing),(b:action)OPTIONAL MATCH (a)-[r]-(b)OPTIONAL MATCH (a)-[r1]-(a)OPTIONAL MATCH (b)-[r2]-(b)return * ret...
Neo4j Browser visualizes all nodes + edges if you query: 'match (a:thing),(b:action) return *' I want that node & edge data, but formatted separately, like:{  nodes:['dog','cat','rat'],  edges:[['dog','does','bite'], ['cat','does','scratch'],['dog','...
Kudos from
Kudos given to