Skip to content

Search where value null #58

@warmwhisky

Description

@warmwhisky

Description

I've been trying to make a search where the field committed_at = null.
I could not find in the docs how to do it so have tried the following to no avail

{"field": "committed_at", "operator": "=", "value": "null"}

{"field": "committed_at", "operator": "=", "value": "NULL"}

{"field": "committed_at", "operator": "=", "value": false}

{"field": "committed_at", "operator": "=", "value": ""}

I'm sure its possible, but cannot figure it out.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions