nodes/query doesn't work with neo4j 3.2?

9 views
Skip to first unread message

Andy Kriger

unread,
Jul 4, 2017, 10:58:33 AM7/4/17
to clojure-neo4j
I am trying to query for nodes and only return some of the properties in the results.
(nn/query conn "match (n:Label) return n.property")

This fails with a 404 as the query is going to a non-existent /index/auto/node URI.

I am able to get the full nodes and manipulate them on the client-side but I was hoping to follow Neo4j guidelines that suggest only returning data that's needed.
In this case, I could get the property with a Cypher query but then I do not get the Node or its URIs so that I can use that in future queries.

Also, any word on whether this project is actively maintained?

thanks
Reply all
Reply to author
Forward
0 new messages