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

Fix issue of trying to return more than 1000 search results in a single page #23

Open
Shazwazza opened this issue Apr 7, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Shazwazza
Copy link
Contributor

There's a hard coded 1000 item limit in Azure Search which will not allow returning more than 1000 items in one page. This would be a fairly rare requirement but it can be fixed to allow it by doing the required paging HTTP requests behind the scenes.

The work around for now if you require more than 1000 search results is to page through results in smaller page sizes (the default is max 500).

@Shazwazza Shazwazza added the bug Something isn't working label Apr 7, 2021
@Shazwazza Shazwazza modified the milestones: 1.1.5, 1.1.6 Apr 7, 2021
@Shazwazza Shazwazza modified the milestones: 1.2.1, 1.2.2 May 25, 2021
@Shazwazza Shazwazza removed this from the 1.2.2 milestone Jun 2, 2021
@Shazwazza
Copy link
Contributor Author

This may be automatically fixed with the v11 azure search package due in ExamineX 2.0

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