You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: