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
Here I'm filtering on an array like role: ['a', 'b', 'c', 'cde'] with role:c, and expect to only match things that have role c but we're also matching things that have role cde.
Here I'm filtering on an array like
role: ['a', 'b', 'c', 'cde']withrole:c, and expect to only match things that have rolecbut we're also matching things that have rolecde.