Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-09-2020 04:24 AM
I had idea to use HTTP API with query:
`CALL db.index.fulltext.queryNodes("ProductNameIndex", "product_name: yppytyynytyydytys") YIELD node, score`
`RETURN node.product_name as prod_desc, score`
But for some reason JSON with such command is not accepted by Neo4j http api.
Can I communicate, directly, with Neo4j in other way? Some curl?
Regards
10-14-2020 02:29 AM
The HTTP API should accept any valid Cypher query. Is there any error returned that could indicate why it does not work?
All the sessions of the conference are now available online