This can probably be addressed by restricting the "or blank" variant of the operator to string type columns. It doesn'make sense for numeric, Boolean, and date-time types. That can be done in the JS that defines the operators for various types, and I believe right now the operator in question is on the "all types" list.
This can probably be addressed by restricting the "or blank" variant of the operator to string type columns. It doesn'make sense for numeric, Boolean, and date-time types. That can be done in the JS that defines the operators for various types, and I believe right now the operator in question is on the "all types" list.