Skip to content

Add support for filtering/omitting nested fields based on django style path expressions #16

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

Closed
wants to merge 3 commits into from

Conversation

ryanrich
Copy link

This PR attempts to add support for filtering nested fields using standard django style path expressions via the __ separator. One of the projects I am working on uses DRF in conjunction with mongoengine and being able to filter the nested fields is important for us as we end up with nested structures quite often that we filter at the mongo layer and without this we end up with fields coming back as null instead of removing them.

@kirktarou
Copy link

I need this same functionality. Is there a reason why this hasn't been merged? It's been almost 3 months...

@dbrgn
Copy link
Owner

dbrgn commented Nov 4, 2017

@Kirkalicious see #18. Feel free to comment there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants