Skip to content

In fetch criteria, ORs cannot be nested #443

@zzmp

Description

@zzmp

Example: Fetching mail from a list of addresses, where FROM can be [email protected], [email protected], [email protected].

Entering this as ['OR', ['[email protected]', '[email protected]', '[email protected]']] fails, as OR can only take two arguments.
Entering this as nested OR also fails in parsing it to a criterion string.

Is there another way to include ORed lists?

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