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
undefined local variable or method `val' for #<Sift::WhereHandler:0xb0fe4148 @param=#<Sift::Parameter:0xb131ed98 @param=:tags, @type=:jsonb, @internal_name=:tags>>
It looks like this is a simple typo in Sift::WhereHandler. I will submit a pull request with a fix.
The text was updated successfully, but these errors were encountered:
Attempting to filter a jsonb array:
filter_on :tags, type: :jsonb
Throws an error:
It looks like this is a simple typo in
Sift::WhereHandler
. I will submit a pull request with a fix.The text was updated successfully, but these errors were encountered: