Add changelog

This commit is contained in:
James Agnew 2024-07-03 17:08:08 -04:00
parent 8a5e2679d5
commit 94ebe4413f
1 changed files with 8 additions and 0 deletions

View File

@ -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."