-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi, when having several levels of doctrine embeddables and filtering, an exception "Could find embeddable" is thrown.
This variant works properly when using doctrine QB
$qb ->select('u') ->from(User::class, 'u') ->where('u.organization.organizationId.id = :organization_id') ->setParameter('organization_id', 1)
but doesn't work with rulerz
$qb ->select('s') ->from(SubscriptionProgram::class, 's'); $rulerz->filter($qb, 'organization.organizationId.id = 1');
Thanks.
Metadata
Metadata
Assignees
Labels
No labels