Join Slack
Powered by
Hi, How to filter out documents which have empty ...
# community-help
a
Ashok Kumar
05/28/2025, 2:06 PM
Hi, How to filter out documents which have empty value for available_children array? The following does not work.
Copy code
filter_by: "available_children:!=[]"
h
Harpreet Sangar
05/29/2025, 4:41 AM
There is no way to filter on the count of elements present in an array right now. A workaround is to have a boolean field like
is_avaiable_children_empty
and update it accordingly.
Open in Slack
Previous
Next