From 123867e86e4b076372451d3a8923d67be1598af5 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Tue, 27 Aug 2024 08:51:05 -0400 Subject: [PATCH] Add changelog --- .../hapi/fhir/changelog/7_6_0/6107-allow-sp-disabling.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6107-allow-sp-disabling.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6107-allow-sp-disabling.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6107-allow-sp-disabling.yaml new file mode 100644 index 00000000000..1be1b639162 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6107-allow-sp-disabling.yaml @@ -0,0 +1,6 @@ +--- +type: add +issue: 6107 +title: "A new extension has been created for use on SearchParameter resources in the JPA server. This extension causes + a SearchParameter to be indexed, but to not be available for use in searches. This can be set when a new SP is created + in order to prevent it from being used before an index has been completed."