Critical bug in Kinvey DataStore Aggregation/Grouping
D
D J B
started a topic
about 7 years ago
Incorrect grouping of collection by a column that contains both positive and negative numeric values only. Example - a collection titled 'ratings' with column titled 'rating' that can contain one one of the four values -1, 0, 1, 2 would result in incorrect group count. No count is displayed for -1.
Can you provide reproduction steps? Including a code sample, what you are seeing, and what you expect to see?
D
D J B
said
about 7 years ago
@Michael Katz - It appears that issue is caused by recent change in request/response schema from DataStore. In one of my biz logic script scripts I used get _id property in response.body, which is now available elsewhere in the response schema causing my reference id to be null.
D J B