Actions
Feature proposal #9479
closedImplement support for empty and not empty advanced table searching
Feature proposal #9479:
Implement support for empty and not empty advanced table searching
Description
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.
Actions