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.

fruitfulapproac
Graph Buddy
since ‎12-26-2018
‎01-02-2023

User Statistics

  • 62 Posts
  • 10 Solutions
  • 28 Kudos given
  • 14 Kudos received

User Activity

This simply means I'm going to have to use Neo4j Desktop for development because in their the visualizer does work AFAIK. I have been searching for a bug all day in my code.  Turns out Bloom just doesn't update its model types or show relationships w...
 neo4j.exceptions.CypherSyntaxError: {code: Neo.ClientError.Statement.SyntaxError} {message: Type mismatch: expected Map, Node, Relationship, Point, Duration, Date, Time, LocalTime, LocalDateTime or DateTime but was Path (line 1, column 118 (offset: ...
Here is some current code. There is an editor on the front end for editing Objects/Arrows (this is a math thing). Arrows have a lot of style properties associated with them. If I'm usually not going to search the Neo4j database based upon styling...
I know you can search for "any number of arrows" using Variable-length pattern matching So that matches a "line of arrows" if you will, of any length. But can you match a "grid of arrows" of any size, ie. a 2D grid, possibly even 3D if it can be done...
Here is a video of an old version of my project. At the end when I apply the rule found in the "match subgraph" search (that I simply brute-force coded using "longest path matching first" and cypher, using django-neomodel library and classes), the ru...