You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom filter doesn't work with nullable/empty fields
For example: If we have optional string field in database and we want to filter out items for empty/not-empty field with some toggle filter then custom filter (_eq and _neq operator) doesn't work in this case.
Custom filter doesn't work with nullable/empty fields
For example: If we have optional string field in database and we want to filter out items for empty/not-empty field with some toggle filter then custom filter (
_eq
and_neq
operator) doesn't work in this case.I think this overlaps with #504
The text was updated successfully, but these errors were encountered: