-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport: Searching with more than one chained Bundle SearchParameter…
… returns i… (#5711) * Searching with more than one chained Bundle SearchParameter returns incorrect results (#5614) * Add backport info to changelog. --------- Co-authored-by: Nathan Doef <[email protected]>
- Loading branch information
1 parent
21ccd44
commit 006eebc
Showing
3 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...changelog/7_0_0/5623-searching-with-multiple-bundle-composition-searchparameters-fix.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
type: fix | ||
issue: 5623 | ||
backport: 6.10.5 | ||
title: "Previously, searches that used more than one chained `Bundle` `SearchParameter` (i.e. `Composition`) were only | ||
adding one condition to the underlying SQL query which resulted in incorrect search results. This has been fixed." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters