Skip to content

Selection algebra for properties and enums #477

@pslacerda1

Description

@pslacerda1

Is your feature request related to a problem? Please describe.
The selection algebra doesn't support >= and <= on property selectors (e.g. select * & p.PROP <= 10). A very related issue is that the equality operator doesn't exist (?) so we can't compare enums (integers) or strings.

Describe the solution you'd like
The solution I'd like would be * & p.P1>=500 & p.P2=="MyFilter" with == a synonymous to =.

I'd like to add support to this, but don't know if I know enough for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions