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

Sphinx DataProvider pagination over max_matches #8492

Closed
disem opened this issue May 20, 2015 · 1 comment
Closed

Sphinx DataProvider pagination over max_matches #8492

disem opened this issue May 20, 2015 · 1 comment
Assignees

Comments

@disem
Copy link
Contributor

disem commented May 20, 2015

If total count of possible results is greater then max_matches in sphinx options, there will be pagination issue that leads to exception.
This can be solved by setting somewhere max_matches property which should be used to calculate when "option max_matches" should be applied to the query. If pagesize*page > max_matches - add max_matches option.

@klimov-paul
Copy link
Member

Migrated to yiisoft/yii2-sphinx#12

@cebe cebe removed this from the 2.0.x milestone May 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants