We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1ffe9 commit cc94facCopy full SHA for cc94fac
docs/arch/Proposals/adr-2501-Bundle-include-operation.md
@@ -23,7 +23,7 @@ We will implement the $includes operation, which will allow users to retrieve in
23
24
graph TD;
25
A[Original Bundle Search] -->|If included items ≤ 1000| B[Included items in Bundle];
26
- A -->|If included items > 1000| C[Exclude included items from Bundle];
+ A -->|If included items > 1000| C[First 'page' of includes is in Bundle];
27
C --> D[Add related link to $includes operation];
28
D --> E[$includes Operation Bundle];
29
E -->|Supports pagination| F[Retrieve included items in chunks];
0 commit comments