Skip to content

Feat: Support string comparison filters #145

@MrSwitch

Description

@MrSwitch

Support string comparison like,field = "string"

e.g. following syntax...

IF(field = "string", 0, 1)
ABS(field = "string")
(field = "string")

It's implied this should also support a number of comparison operators, =, !=, <=, ...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions