-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Laravel Rest Api Version
2.17.0
Laravel Version
11.45.2
PHP Version
8.3
Database Driver & Version
No response
Description
{
"search": {
"includes": [
{
"relation": "creator",
"selects": [
{
"field": "id"
}
],
"includes": [
{
"relation": "site",
"selects": [
{
"field": "id"
}
]
}
]
}
]
}
}The second selects on my 'site' relation not working, return all fields registered in my SiteResource, not only 'id'
Steps To Reproduce
Just make search request with deep selects
Metadata
Metadata
Assignees
Labels
No labels