hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.04k stars 1.33k forks source link

partial merge of SearchBuilder changes #6332

Closed michaelabuckley closed 1 week ago

michaelabuckley commented 1 month ago

The query side, up to the search result path. Added the partition_id to the sort joins too.

This PR is only for comparison. Don't merge. It is the equivalent of https://github.com/hapifhir/hapi-fhir/pull/6325 targeting master.

github-actions[bot] commented 1 month ago

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

michaelabuckley commented 1 week ago

Closing this. https://github.com/hapifhir/hapi-fhir/pull/6325 has merged with these changes.