- 
                Notifications
    You must be signed in to change notification settings 
- Fork 268
Closed
Milestone
Description
v1.2 introduces two new filter operators, IS NULL and IS EMPTY.
IS NULL matches fields that exist but have an explicit null value:
{
  "name": null
}IS EMPTY matches fields that exist but have an empty value, including strings, objects, and arrays:
{
  "name": "",
  "reviews": [],
  "locations": {}
}Both operators can be used together with NOT: IS NOT EMPTY, NOT [attribute] IS EMPTY, IS NOT NULL, NOT [attribute] IS NULL.
Tasks
-  Update /learn/advanced/filtering.mdx
References
Metadata
Metadata
Assignees
Labels
No labels