-
Notifications
You must be signed in to change notification settings - Fork 15
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
Includes not displayed in summary #1
Comments
Oh and in doing that, I realized that I cannot select |
@wimleers if you undo your sparse fieldset, look at the The "∈" link is really non-descript, I'm not surprised that you missed it. It was just a placeholder until we could get more design direction. === All that said, that won't work if you do not have the relationship in the sparse fieldset, which is the second issue you brought up. Without it, you can't go "down" a level. I think that's the primary bug that needs to be resolved in this issue. I updates the issue title accordingly. |
Hm … if I don’t see the |
You have to completely remove the sparse fieldset to see the |
First of all: fantastic work! 🥳👏🤩
I built a query that uses a sparse fieldset and includes. This works great. But the summary only shows the 3 articles, not the included authors, even though those are present in the raw response.
See at: https://explore.jsonapi.dev/?location=https%3A%2F%2Fexample.jsonapi.dev%2Fjsonapi%2Fnode%2Farticle%3Finclude%3Duid%26filter%5Bstatus%5D%3D1%26fields%5Bnode--article%5D%3Dtitle
P.S.: It's awesome I can just share a URL to allow you to reproduce a bug!
The text was updated successfully, but these errors were encountered: