Skip to content

Translate criterion targeting the same key to its $and/$or representation. #3885

Open
@christophstrobl

Description

@christophstrobl

Specifically translate eg. where("name").is(...).or("name").is(...) into $or : [ { "name" : ... }, { "name" : ... } ].

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions