-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
For implementation related questions or technical support, please refer to the Stack Overflow and Server Fault communities.
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
- You've met the prerequisites.
- You're running the latest version of Parse Server.
- You've searched through existing issues. Chances are that your issue has been reported or resolved before.
Steps to reproduce
Query with containedIn referencing an array of pointers works perfectly on hosted parse. On parse-server (using the same DB) it returns empty:
var UserQuery = new Parse.Query('User');
var profile = {"__type": "Pointer","className": "ProfileBrandManager","objectId": "1NSPwu3YlR"}
UserQuery.containedIn('profiles', [profile]).find().then(function(data){console.log(data)});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels