android-fhir icon indicating copy to clipboard operation
android-fhir copied to clipboard

Add performance and pagination guidance to FhirEngine.search KDoc (#2684)

Open himanshu-pandey-git opened this issue 6 months ago • 1 comments

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

himanshu-pandey-git avatar Jul 05 '25 20:07 himanshu-pandey-git

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.

google-cla[bot] avatar Jul 05 '25 20:07 google-cla[bot]