-
Notifications
You must be signed in to change notification settings - Fork 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
Document exceptions to the deep query param #187
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -399,7 +399,9 @@ const result = await directus.request( | |||
|
|||
## Deep | |||
|
|||
Set any query parameters on a nested relational dataset. | |||
Deep allows you to set any of the other query parameters (expect for [Fields](#fields) and [Deep](#deep) itself) on a nested relational dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deep allows you to set any of the other query parameters (expect for [Fields](#fields) and [Deep](#deep) itself) on a nested relational dataset. | |
Deep allows you to set any of the other query parameters (except for [Fields](#fields) and [Deep](#deep) itself) on a nested relational dataset. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@paescuj Hey! Thanks for this. Is this correction okay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes 😃👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for this!
See directus/directus#24476 (comment) for the context.