-
Notifications
You must be signed in to change notification settings - Fork 23
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
->reverse_dependencies returns only 50 results even if there are more #122
Comments
Yeah I see the problem, the ES query is passed as an ignored param. the internal API query does the same without the size value. |
@mickeyn do you know where we are on this? |
@oalders sorry I put this one aside for too long. I'll try to handle it soon. |
No worries, @mickeyn. I don't think it's urgent. 😄 |
@oalders This is an issue in metacpan-api - the API endpoint not reading body parameters sent. I'm still trying to work it out. |
MetaCPAN::Client->reverse_dependencies returns only 50 results even if there are more, and doesn't automatically fetch more results if ->next on the resultset runs out of those 50
it seems MetaCPAN::Client wants to pass the request size via the POST parameters, but they're ignored unless they're in the query url
this monkeypatch seems to make it do the right thing:
from IRC:
The text was updated successfully, but these errors were encountered: