Skip to content

Conversation

cj848
Copy link
Collaborator

@cj848 cj848 commented Aug 29, 2025

Motivation

Users often face issues with incorrect count queries when using Spring Data JPA's Pageable with complex queries. This PR adds a new FAQ page to explain how to provide a separate, correct count query when using findPage in KotlinJdslJpqlExecutor.

Modifications

  • Added docs/en/faq/how-to-handle-count-query-in-spring-data-jpa-pageable.md
  • Added docs/ko/faq/how-to-handle-count-query-in-spring-data-jpa-pageable.md
  • Updated docs/en/SUMMARY.md and docs/ko/SUMMARY.md to include the new FAQ.

Result

After this PR is merged, users will be able to solve common count query problems with pagination, leading to more robust and correct data fetching in their applications.

@cj848
Copy link
Collaborator Author

cj848 commented Aug 29, 2025

Closing this PR as it was created from a branch on the upstream repository by mistake. A new PR will be created from a personal fork.

@cj848 cj848 closed this Aug 29, 2025
@cj848 cj848 deleted the docs/add-count-query-faq branch August 29, 2025 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant