This is an adapter-specific issue. From the documentation, I would expect adapters to work using the following criteria:
{name: null} ("name is null") and {name: {'!': null }} ("name is not null").
If an adapter is not working how you expect it to, feel free to open an issue on the relevant adapter.
This is an adapter-specific issue. From the documentation, I would expect adapters to work using the following criteria:
{name: null}
("name is null") and{name: {'!': null }}
("name is not null").If an adapter is not working how you expect it to, feel free to open an issue on the relevant adapter.