Open
Description
Hi,
In my development I don't set the filter operators visible.
When I use a select filter with the default operator to "eq" and a selectFrom to "source", everything works fine until there is no null values in the list.
But if you have some null values, you get a second empty line in the filter values (you can overwrite the second filter by "-empty-" if you want in the twig select block) and the filter doesn't work because the system waits for operator "not contains in" but not "eq".
Is it possible to create a new operator that mixes the 2 cases upside to be able to select null values in the select filter ?
Olivier