klaussilveira / neo4j-ogm-bundle

This bundle provides a simple integration of the Neo4j PHP Object Graph Mapper into Symfony2.
MIT License
29 stars 9 forks source link

Repositories are not returning data for findAll and findOneBy() methods #1

Open AzeemMichael opened 9 years ago

AzeemMichael commented 9 years ago

Can't seem to get any response on $repository->findAll() and $repository->findOneBy(['key' => 'value']). For findOneBy() method, I can only pull data by id (i.e., $repository->findOneBy(['id' => 1])), none of the other keys work. My environments are: Symfony version 2.6.6 and Neo4j 2.2.0.