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.
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.