-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixing bug with fulltext and jpa search filters #6374
Conversation
Formatting check succeeded! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice.
...in/resources/ca/uhn/hapi/fhir/changelog/7_6_0/6372-lucene-and-jpa-search-combine-issues.yaml
Outdated
Show resolved
Hide resolved
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/search/builder/SearchBuilder.java
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6374 +/- ##
============================================
- Coverage 83.54% 83.53% -0.02%
- Complexity 27432 27768 +336
============================================
Files 1707 1738 +31
Lines 106185 107445 +1260
Branches 13397 13488 +91
============================================
+ Hits 88710 89750 +1040
- Misses 11750 11912 +162
- Partials 5725 5783 +58 ☔ View full report in Codecov by Sentry. |
* backport - fixing bug with fulltext and jpa search filters (#6374) * 2024.08.R05 backport - version bump --------- Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
* backport - fixing bug with fulltext and jpa search filters (#6374) * 2024.08.R05 backport - version bump --------- Co-authored-by: TipzCM <leif.stawnyczy@gmail.com>
* mergeback for 7.4.5 * backport - fixing bug with fulltext and jpa search filters (#6374) * 2024.08.R05 backport - version bump --------- Co-authored-by: TipzCM <leif.stawnyczy@gmail.com> * Updating version to 7.4.5 --------- Co-authored-by: TipzCM <leif.stawnyczy@gmail.com> Co-authored-by: markiantorno <markiantorno@gmail.com>
closes #6372