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

[BUG] Multiple issues in hybrid query pagination #1131

Closed
vibrantvarun opened this issue Jan 22, 2025 · 0 comments
Closed

[BUG] Multiple issues in hybrid query pagination #1131

vibrantvarun opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@vibrantvarun
Copy link
Member

What is the bug?

  1. When from = 0 and pagination_depth = 100 is sent then pagination_depth does not work.
  2. case 1 from = 0, size =10, pagination_depth = 100
    case 2 from = 5, size =10, pagination_depth = 100
    case 1 and case 2 results does not have same result reference.

How can one reproduce the bug?

Spin up the cluster and perform above cases

What is the expected behavior?

  1. pagination_depth should work when from =0 is sent
  2. results reference should be same in both the cases

Do you have any additional context?

The issue is due to following behavior when from =0 is sent then we simply use from + size formula which ignores pagination_depth value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant