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

Typsense pagination #373

Merged
merged 10 commits into from
Apr 11, 2024
Merged

Typsense pagination #373

merged 10 commits into from
Apr 11, 2024

Conversation

jamiehewitt15
Copy link
Member

@jamiehewitt15 jamiehewitt15 commented Mar 25, 2024

Fixes #330

Changes proposed in this PR:

  • Adding pagination to each of our search methods within src/components/database/index.ts
  • Updating the logs HTTP route so that it can be used for paginated requests.
  • Adding additional tests on the logs to test the pagination.

@jamiehewitt15 jamiehewitt15 changed the base branch from main to develop March 25, 2024 11:47
@jamiehewitt15 jamiehewitt15 marked this pull request as ready for review March 26, 2024 11:53
Copy link
Contributor

@paulo-ocean paulo-ocean left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Member

@bogdanfazakas bogdanfazakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jamiehewitt15 jamiehewitt15 merged commit 0c65bbd into develop Apr 11, 2024
6 checks passed
@jamiehewitt15 jamiehewitt15 deleted the issue-330-pagination branch April 11, 2024 11:22
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.

Introduce pagination for database queries
3 participants