-
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
Search and Sort on Uplifted Refchains #4633
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #4633 +/- ##
============================================
+ Coverage 81.32% 81.57% +0.24%
- Complexity 23650 24188 +538
============================================
Files 1425 1449 +24
Lines 86399 88464 +2065
Branches 11677 11911 +234
============================================
+ Hits 70265 72162 +1897
- Misses 10947 11037 +90
- Partials 5187 5265 +78 see 251 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
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.
Neat stuff. The javadoc was very helpful.
It would be nice to standarize on language between chained vs uplifted.
hapi-fhir-base/src/main/java/ca/uhn/fhir/context/RuntimeSearchParam.java
Outdated
Show resolved
Hide resolved
hapi-fhir-base/src/main/java/org/hl7/fhir/instance/model/api/IBaseExtension.java
Show resolved
Hide resolved
hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/6_6_0/4633-chained-sort.yaml
Show resolved
Hide resolved
hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/docs/server_jpa/search.md
Outdated
Show resolved
Hide resolved
...rchparam/src/test/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParamRegistryImplTest.java
Show resolved
Hide resolved
...chparam/src/main/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParameterCanonicalizer.java
Show resolved
Hide resolved
...rchparam/src/test/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParamRegistryImplTest.java
Show resolved
Hide resolved
...erver-test-r4/src/test/java/ca/uhn/fhir/jpa/provider/r4/MultitenantBatchOperationR4Test.java
Outdated
Show resolved
Hide resolved
...aserver-test-r4b/src/test/java/ca/uhn/fhir/jpa/dao/r4b/FhirResourceDaoR4BSearchNoFtTest.java
Outdated
Show resolved
Hide resolved
…_jpa/search.md Co-authored-by: michaelabuckley <michaelabuckley@gmail.com>
…pi-fhir into ja_20230221_uplift_refchains
@jamesagnew will Location.near also be a valid parameter to this |
No description provided.