Actions
Feature proposal #9479
closedImplement 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.
Updated by krileon about 1 year ago
This is due to isValueEmpty check on the _filterPossibilitesArray in the TableBrowser handler. This probably needs to be ignored for specific filters.
Updated by krileon about 1 year ago
- Tracker changed from Bug to Feature proposal
- Subject changed from User management field filters with empty values results in no query to Implement support for empty and not empty advanced table searching
- Description updated (diff)
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1956
Actions