Closed
Description
Currently, if one tries to sort a query on a field in an object field, parse generates an error:
Type: Parse\ParseException
Code: 105
Message: Invalid field name: trendRankTopic.popular.
due to the check in the database controller here:
This is not the same, though related to: #2113
An example would be an object:
{ sortField: { value: 10 } }
with a Query:
new Parse.Query('Test').addAscending('sortField.value').first()
generates the above error
Metadata
Metadata
Assignees
Labels
No labels