Skip to content

Commit 0194bf6

Browse files
committed
updated as per comment
1 parent 2730e8f commit 0194bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/healthcare-apis/fhir/how-to-do-custom-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ PUT {{FHIR_URL}}/SearchParameter/{{SearchParameter_ID}}
237237

238238
The result of the above request will be an updated `SearchParameter` resource.
239239

240-
If you need to avoid disruption and reindexing of an existing custom search parameter, consider creating a new custom search parameter instead. Ensure the base, code, and url values associated with the new parameter are unique. Duplicating these fields may lead to indeterminate behavior during reindexing.
240+
To avoid disruption with reindexing of an existing custom search parameter, consider creating a new custom search parameter instead. Ensure the base, code, and url values associated with the new search parameter are unique. Duplicating these fields may lead to indeterminate behavior during reindexing.
241241

242242
> [!Warning]
243243
> Be careful when updating search parameters. Changing an existing search parameter can impact expected behavior. We recommend running a reindex job immediately.

0 commit comments

Comments
 (0)