-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add support for _lanugage SP #5300
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
Conversation
Formatting check succeeded! |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #5300 +/- ##
============================================
+ Coverage 81.32% 82.79% +1.46%
- Complexity 23650 26384 +2734
============================================
Files 1425 1615 +190
Lines 86399 102611 +16212
Branches 11677 13119 +1442
============================================
+ Hits 70265 84952 +14687
- Misses 10947 12014 +1067
- Partials 5187 5645 +458 ☔ 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.
Approved with a question about R5 resource seeding.
...-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/registry/SearchParamRegistryImpl.java
Show resolved
Hide resolved
hapi-fhir-jpaserver-searchparam/src/main/java/ca/uhn/fhir/jpa/searchparam/MatchUrlService.java
Show resolved
Hide resolved
hapi-fhir-jpaserver-model/src/main/java/ca/uhn/fhir/jpa/model/entity/StorageSettings.java
Show resolved
Hide resolved
hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/dao/validation/SearchParameterDaoValidator.java
Outdated
Show resolved
Hide resolved
hapi-fhir-storage/src/main/java/ca/uhn/fhir/jpa/dao/validation/SearchParameterDaoValidator.java
Outdated
Show resolved
Hide resolved
@@ -138,6 +138,13 @@ public class StorageSettings { | |||
* Since 6.4.0 | |||
*/ | |||
private boolean myQualifySubscriptionMatchingChannelName = true; | |||
/** | |||
* Should the {@literal _lamguage} SearchParameter be supported |
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.
LAMB GAUGE: Tells you exactly how many lambs you have at any given moment
@jamesagnew / @tadgh I think this is missing: #5740 |
Fixes #5025 .
This PR adds internal support for the
_language
SearchParameter via a flag on StorageSettings.