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
If filtering by nil is enabled on your resource and you use a filter such as filter[name]=null,Lucy, it would be nice if this filter returned all values that were either nil or Lucy. Instead, the filter value ends up here as ['null', 'Lucy'] -- 'null' is a string and does not get typecast to nil.
Only verified with resource backed by ActiveRecord.
The text was updated successfully, but these errors were encountered:
If filtering by nil is enabled on your resource and you use a filter such as
filter[name]=null,Lucy
, it would be nice if this filter returned all values that were either nil or Lucy. Instead, the filter value ends up here as['null', 'Lucy']
--'null'
is a string and does not get typecast tonil
.Only verified with resource backed by ActiveRecord.
The text was updated successfully, but these errors were encountered: