Skip to content

Support for numerical comparisons in Op type #136

@stephancill

Description

@stephancill

Mod currently supports the following Ops

type Op = {
    AND?: Op | Op[];
    OR?: Op[];
    NOT?: Op | Op[];
    equals?: string;
    oneOf?: string[];
    notOneOf?: string[];
    contains?: string;
    startsWith?: string;
    endsWith?: string;
    regex?: string;
};

It is missing numerical comparators such as greaterThan, greaterThanOrEquals, lessThan, lessThanOrEquals

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions