What happened?
Description
I have a custom field of type Dropdown that is added as a non-required field to an entry type. The Dropdown has an option that allows for an empty value and a label of "(None)".

After adding this field to an existing entry type, I'd like to use the entries index to quickly find entries that have (a) any non-empty option selected or (b) no option or the empty option selected. Query (a) helps me to see entries that have opted in to this new field without having to manually select all the valid options. Query (b) is the opposite and shows me the entries that still need to opt-in to the new field.
Steps to reproduce
- Create a custom field of type "Dropdown"
- Add dropdown options:
- Label: (None); Value:
- Label: French; Value: fr
- Label: Italian; Value: it
- Add this new field to an entry type as a non-required field
- Create or edit and existing entry of the same type, ensuring the new field's dropdown had selected the empty "(None)" option
- From the entry index, open the search filter popover
- Add a filter for the new field
- Focus on the text input next to the "is one of" operator dropdown
Expected behavior
The operator dropdown either includes operators to allow me to filter to only the entries that have the "(None)" option selected or the field has yet to be populated (aka empty).

Actual behavior
Only the "is one of" or "is not one of" operators are available and neither of them allow the inclusion of empty value labeled "(None)".

Craft CMS version
4.14.10
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
What happened?
Description
I have a custom field of type
Dropdownthat is added as a non-required field to an entry type. TheDropdownhas an option that allows for an empty value and a label of "(None)".After adding this field to an existing entry type, I'd like to use the entries index to quickly find entries that have (a) any non-empty option selected or (b) no option or the empty option selected. Query (a) helps me to see entries that have opted in to this new field without having to manually select all the valid options. Query (b) is the opposite and shows me the entries that still need to opt-in to the new field.
Steps to reproduce
Expected behavior
The operator dropdown either includes operators to allow me to filter to only the entries that have the "(None)" option selected or the field has yet to be populated (aka empty).
Actual behavior
Only the "is one of" or "is not one of" operators are available and neither of them allow the inclusion of empty value labeled "(None)".
Craft CMS version
4.14.10
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions