-
Notifications
You must be signed in to change notification settings - Fork 4
Support for expand parameter #59
Copy link
Copy link
Open
0 / 40 of 4 issues completedLabels
priority/low[internal] It's not sure if this will be done ever[internal] It's not sure if this will be done everteam/internal[internal] This will be done by the core team[internal] This will be done by the core teamtype/featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
priority/low[internal] It's not sure if this will be done ever[internal] It's not sure if this will be done everteam/internal[internal] This will be done by the core team[internal] This will be done by the core teamtype/featureNew feature or requestNew feature or request
Motivation
Using
expandallows you to specify additional properties to be included with API requests. This allows you to do database joins with one single request. Currently when you want to access data from multiple collections you need to configure two separate collections. While this is still the recommended way (especially for the classic build time loader), having this option for live loader allow for a reduced number of requests.This was already requested in:
Proposed Solution
A prototype for this already exists in:
Since this is a very complex feature, I'd suggest to add experimental support for this in a multi step process. For this, I'll create a few sub-issues.
Alternatives Considered
As described above, you currently have to configure multiple collections for this to work.