DevD
DevD

Reputation: 1231

can I add a cypher query in batch in neo4jphp?

can I add a cypher query in batch in neo4jphp? It seems to be possible with REST api? Ref1 Ref2 Answer bullet-2

I see transactions are possible with cypher queries but i need batch specifically since i need to combine cypher queries with FT index additions/removals.

Upvotes: 1

Views: 85

Answers (1)

Josh Adell
Josh Adell

Reputation: 1555

This feature is not available in the current version of neo4jphp. If you would like it to be, please file an issue in the Github repo https://github.com/jadell/neo4jphp/issues

Upvotes: 1

Related Questions