Filtering ignores missing values because the index maps values to the documents that they appear in. When a document does not have a value for a field, we simply don't have that present in the index. We do have some work planned to support querying on NULL / missing values. We can explore supporting this behavior for filtering as well as part of that work. As of now, this is not possible.