Skip to content

Conversation

himanshu-pandey-git
Copy link

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

Add pagination usage guidance to Search API KDoc
Copy link

google-cla bot commented Jul 5, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

Update documentation with search API best practice
1 participant