Skip to content

Doctrine nested embeddables do not work #62

@yuriy-sorokin

Description

@yuriy-sorokin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions