Add the ability to filter by an embedded Doctrine type ``` /** * * @ORM\Embedded(class="Address", columnPrefix="p") * * @var \App\Entity\Address */ private $primaryAddress; ``` ``` $filters ->add('primaryAddress.address1') ```
Add the ability to filter by an embedded Doctrine type