From 94ebe4413fd61af8e6c49a465a423d702ab3f6bb Mon Sep 17 00:00:00 2001 From: James Agnew Date: Wed, 3 Jul 2024 17:08:08 -0400 Subject: [PATCH] Add changelog --- .../7_4_0/6073-use-combo-params-when-ors-present.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6073-use-combo-params-when-ors-present.yaml diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6073-use-combo-params-when-ors-present.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6073-use-combo-params-when-ors-present.yaml new file mode 100644 index 00000000000..d1f4461c4c7 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/7_4_0/6073-use-combo-params-when-ors-present.yaml @@ -0,0 +1,8 @@ +--- +type: add +issue: 6073 +title: "Previously, if a unique or non-unique combo SeaerchParameter was + defined, it would not be used by searches if any parameter contained + multiple OR clauses (e.g. `Patient?family=simpson&given=homer,marge`). + Such searches will now use the combo index table, which should result + in much more performant searches in some cases."