Closed
Description
Issue Description
I have a column on the User table that is an Array. To that Array I've added some pointer objects. When I query the user table, the data that comes back from the Array of pointers is the full parse objects, not the pointers.
As I understand it, this should only happen if i use include
as part of the query, which I am not.
Steps to reproduce
- Create a column of type Array called PointerTest
- Add some pointers to PointerTest
- Query the class with PointerTest
Expected Results
The results of the PointerTest column should be pointers
Actual Outcome
The results the PointerTest column are full parse objects (not pointers)
Environment Setup
-
Server
- parse-server version (Be specific! Don't say 'latest'.) : 2.3.3
- Operating System: Mac OS running Docker Linux Container
- Hardware: Macbook Pro
- Localhost or remote server? Localhost
-
Database
- MongoDB version: 3.2.12
- Storage engine: mLab
- Hardware: AWS
- Localhost or remote server? AWS
Metadata
Metadata
Assignees
Labels
No labels