graphaware/neo4j-php-ogm

entityManager->createQuery() result improvements

Closed this issue · 4 comments

theUm commented

It would be good if createQuery will support collect() cypher syntax and non-Node result parameters. Basically we need to merge new QueryResultMapping that supports inly nodes with old one, that supported basic types.

It should be supported, the only thing is that you would get for now a raw result instead. But yes some improvements will come for sure.

Fixed by #125

theUm commented

Thank you, very helpful.