-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Aggregations with pointers does not work #5007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually it should probably not be the case, I'M not sure why this is like that @dplewis any idea why the keys are not properly transformed? |
Which version of Parse Server you are running? There is a test case for this already.
|
I'll be closing this one as we explicitly have a test for it. If you consider reopening an issue, please attach logs as well as server version and also a full code snippet. |
@dplewis @flovilmart I was on |
@srameshr that’s great! Let us know how the migration goes too |
@dplewis It is breaking, have to replace some of the |
The breaking changes were to be expected. |
One question, out of context to this thread. How do you construct |
@srameshr I honestly have no idea. A PR was just approved on the hash name so I haven't been up-to-date on it |
The actual URL is, |
Issue Description
Aggregate query documentation does not mention that the pointer field names should be appended with
_p_
while querying.Steps to reproduce
If you have a pointer field by name
createdBy
, then:THIS DOES NOT WORK
** THIS WORKS**
Expected Results
Update the docs to reflect this nuance.
Actual Outcome
N/A
Environment Setup
N/A
The text was updated successfully, but these errors were encountered: