From a4980ad845e6948ad66cd902d6f9c3acaf9c3277 Mon Sep 17 00:00:00 2001 From: ianmarshall Date: Wed, 6 Jan 2021 10:32:05 -0500 Subject: [PATCH] Improve wording in documentation. --- .../uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md index 475e04b324f..63782c0d81c 100644 --- a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa_partitioning/partitioning.md @@ -140,4 +140,4 @@ None of the limitations listed here are considered permanent. Over time the HAPI * **Bulk Operations are not partition aware**: Bulk export operations will export data across all partitions. -* **Package Operations are not partition aware**: Package operations will only affect resources defined in the default partition. +* **Package Operations are not partition aware**: Package operations will only create, update and query resources in the default partition.