Filter with authData "key does not exist" shows incorrect results #2600
Labels
bounty:$10
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
When setting a data browser filter on field
authData
, conditionkey does not exist
, valuefacebook
, it shows records that contain auth data with keyfacebook
, but with theauthData
field empty. That means, not only does it show the records even though it should not show them, the record itself is incorrect as it has an emptyauthData
field which is not the case.Steps to reproduce
Given the following records in
_User
:objectId: a
,authData: (empty)
objectId: b
,authData: { 'facebook': ...}
Filter condition
key does not exist
, valuefacebook
shows:objectId: a
,authData: (empty)
objectId: b
,authData: (empty)
but it should show:
objectId: a
,authData: (empty)
Environment
Dashboard
6.0.0-alpha.11
The text was updated successfully, but these errors were encountered: