Skip to content

Version 2.1 - New modifier to check if field is empty or null #142

Open
@frack113

Description

@frack113

Add a new modifer to check if the field data is empty or null.
Some telemetry use - too

  • name: ?
  • type: boolean
    myfield|?: false

will cover

filter_null:
    myfield: null
filter_empty:
    myfield:  ''
    myfield: '-'
condition: not 1 of filter_*

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions