-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ExcludeKeys from nested objects in queries #7390
Comments
Thanks for suggesting. Excluding fields in embedded documents is natively supported by MongoDB and seems to be a useful addition to Parse Server. Feel free to open a PR to add this feature and ping if you need any help. I flagged this as enhancement as it enhances the existing functionality of excluding fields to accept nested fields. |
This is already fixed in #7242 |
Thanks Corey for making this change, I see that the PR is still in review... I hope it will be merged soon. |
It’s mentioned at the bottom of todos and linked to a related issues:
In that issue, the last comment is from @dplewis asks me to look into it because of the PR I had open. You can see when I originally mentioned and the Diamond responds to my resolved comments on the issue shortly after. The fix covers the issue mentioned here in the testcases, as well as deeper nested. This issue was also brought up again on the forum https://community.parseplatform.org/t/deselect-pointer-key/1592 |
Thanks, so I am closing this as duplicate of #7030. |
New Feature / Enhancement Checklist
Current Limitation
Excluding keys in nested objects.
Feature / Enhancement Description
Exclude keys of nested objects using the syntax object.key.
Example Use Case
Alternatives / Workarounds
I've not found any workaround. I'd need to esclude a heavy nested object from a query but can't at the moment.
The text was updated successfully, but these errors were encountered: