Skip to content

Parse Server / IOS - include Key has different results after migration #677

Closed
@spanapaul

Description

@spanapaul

The following query works prior to migration but not post migration in MongoLabs for selected records only

PFQuery *drillResultsQuery = [GradingDrillResult query];
[drillResultsQuery whereKey:@"parentEvent" equalTo:self.currentEvent];
[drillResultsQuery includeKey:@"parentDrill"]; //returns no data in the object
[drillResultsQuery includeKey:@"parentPerson"]; // works ok
[drillResultsQuery includeKey:@"parentEventInvite"]; // works ok
[drillResultsQuery orderByAscending:@"firsttName,lastName,parentDrillType"];

Using the parse data browser the link works ok and also in mongoldb the id appears correct. However, the parentDrill data has 0 data elements when queried via parse server and mongoldb

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:questionSupport or code-level question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions