-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working