You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The $reindex operation supports resourceLogicalId.
|resourceLogicalId|string|The ResourceType or the ResourceType/Logical id for targetted reindexing|
POST [base]/$reindex would reindex resources of any type
POST [base]/Patient/$reindex would reindex Patient resources
POST [base]/Patient/123/$reindex would reindex just Patient/123
It'd be nice to support reindex on the specific Resource and Type.
Describe the solution you'd like
Update the Reindex Operation to support the Input Parameter.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
POST [base]/$reindex would reindex resources of any type Success
POST [base]/Patient/$reindex would reindex Patient resources Success
POST [base]/Patient/123/$reindex would reindex just Patient/123 Success
Using both Type/Instance and theresourceLogicalId parameter results in the following error: resourceLogicalId already specified using call to Operation on Type or Instance` Success
Specifying resourceLogicalId with ResourceType of Resource or DomainResource results in the following error: ResourceType is not validSuccess
Specifying [base]/Resource/$reindex or [base]/DomainResource/$reindex results in the following error: ResourceType is not validResults in no error, but for consistency, probably should
Is your feature request related to a problem? Please describe.
The $reindex operation supports
resourceLogicalId
.|
resourceLogicalId
|string|The ResourceType or the ResourceType/Logical id for targetted reindexing|It'd be nice to support reindex on the specific Resource and Type.
Describe the solution you'd like
Update the Reindex Operation to support the Input Parameter.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: