Hi ! I would like to query_by a field that is opti...
# community-help
m
Hi ! I would like to query_by a field that is optional. So in the index, the documents where the field=null do not have the field at all. How to query_by where field is not null ?
There’s no filter by null values otherwise directly
1
m
Thanks!
👍 1