Feature proposal #9479
Updated by krileon 3 months ago
-Queries Queries with empty values (e.g. not equal to EMPTY) should be a ( `column` IS NOT NULL AND `column` != '' ) query, but appears the filter is entirely skipped if no value is supplied.- Instead of modifying equal to and not equal to implement explicit is empty and is not empty operators. supplied.