Basic Neomodel db.cypher_query(...) that used to work, does no longer

60 views
Skip to first unread message

Luna Tuna

unread,
May 9, 2023, 7:32:00 AM5/9/23
to Neo4j
So here's a screenshot showing that it should work as in Neo4j browser:

(See Untitled.png)

The actual text of the query is:

MATCH (D:Diagram)-[:CONTAINS]->(X:Object), p=(X)-[:MAPS_TO*]->(:Object) WHERE D.uid = 'abaaa79c616e40f9a07ae3b1acbac871' RETURN p ORDER BY length(p) DESC

Thank you!
Untitled.png

Michael Hunger

unread,
May 9, 2023, 7:33:24 AM5/9/23
to ne...@googlegroups.com
Hi Luna,

would you mind either opening this as an issue on the neomodel repository. Or sending it as a post to https://community.neo4j.com

Thank you,

Cheers, Michael

Neo4j Germany GmbH; Viktualienmarkt 8, 80331 München, DE; AG M HRB 252331; GF Mike Asher, Emil Eifrém


--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/neo4j/aa0a0f5d-d00f-4736-95f4-c078210b411fn%40googlegroups.com.

Luna Tuna

unread,
May 10, 2023, 10:06:46 AM5/10/23
to Neo4j
Found the issue.  My Django site all of sudden doesn't like logging or printing.  So when i had these certain logging settings in settings.py, something in Neomodel would log and it would crash.  I commented out my logging crap in settings.py.   Took care of that issue.
Reply all
Reply to author
Forward
0 new messages