Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elastic search search_after pagination #4473

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

hamza-56
Copy link
Contributor

@hamza-56 hamza-56 commented Oct 23, 2024

Testing instructions:

GET /api/v1/search/all/

  • page_size parameter limits the number of results returned.
  • search_after parameter enables pagination by returning results that appear after a specified document.

Example:

GET http://localhost:18381/api/v1/search/all/?page_size=1&search_after=[1728521062000,%22program:0b41be9d-10eb-4e10-ba2e-b2e47479e7b9%22]

@hamza-56 hamza-56 self-assigned this Oct 23, 2024
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