Feature request: add support for searching by `null` values
Example Usecase: search for all Messages
where isMock != true
Requires API call:
search {"type": "Message", "isMock": false}
+
search {"type": "Message", "isMock": null}
Here, the second line throws returns an error (null values are not searchable).
┆Issue is synchronized with this Clickup by Unito
Edited by Vasili Novikov