floriansemm / SolrBundle

Solr-Integration into Symfony and Doctrine2
http://floriansemm.github.io/SolrBundle
MIT License
123 stars 73 forks source link

A error occurs: No method "getName()" found in class "Doctrine\ORM\PersistentCollection" #201

Open divined opened 5 years ago

divined commented 5 years ago

/**

And I get the following error during population: A error occurs: No method "getName()" found in class "Doctrine\ORM\PersistentCollection"

How to index ManyToMany in Symfony 4?

jadelrab commented 3 years ago

I've just made a pull request #202 to fix a similar issue with one to many .. you can check if it works with your issue too ?