Collection filter ‘is present’ does not handle empty strings

What is the feature?

The ‘is present’ filter should not include empty strings.

This should be consistent with the “is blank” filter.
I see in this ticket, that you changed the “is blank” filter so that it includes empty strings : Collection filter 'is blank' does not handle empty strings

So i think it would be more consistent and logical if the “is present” filter does not include them.

What problem does this solve for you?

I could filter out columns that have an empty string value

Thanks in advance