android-fhir
android-fhir copied to clipboard
Add performance and pagination guidance to FhirEngine.search KDoc (#2684)
Summary
This PR improves the documentation for the FhirEngine.search() function by adding performance tips and usage recommendations. It guides developers to avoid fetching large datasets in a single call and instead use .count() and .from() for paginated queries.
Changes
- Merged the basic usage example and performance best practices into the KDoc for
FhirEngine.search. - Linked to relevant issue and metrics PR for context.
References
- Closes #2684
- Related PR: https://github.com/google/android-fhir/pull/2669
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.