Skip to content

Commit 6e4cca8

Browse files
emas12321Elie Maamari
andauthored
update search docs for accuracy (#7383)
Co-authored-by: Elie Maamari <[email protected]>
1 parent 1319ca1 commit 6e4cca8

File tree

1 file changed

+7
-1
lines changed
  • hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa

1 file changed

+7
-1
lines changed

hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,13 @@ In order to improve sorting performance when chained sorts are needed, an [Uplif
237237

238238
# _include and _revinclude order
239239

240-
By default, all _revincludes will be performed first and then all _includes are performed afterwards. However, if any _revinclude parameters are modified with :iterate (or :recurse for earlier versions of FHIR) then all _include parameters will be evaluated first.
240+
By default, all _revincludes will be performed first and then all _includes are performed afterwards.
241+
242+
However, if any _revinclude parameters are modified with :iterate (or :recurse for earlier versions of FHIR), the order in which parameters are evaluated is as follows:
243+
1. non-iterated _revincludes
244+
2. non-iterated _includes
245+
3. iterated _revincludes
246+
4. iterated _includes.
241247

242248
# Custom Search Parameters
243249

0 commit comments

Comments
 (0)