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

search is get all result, cause 403 error #460

Open
wangbinyq opened this issue Jul 5, 2017 · 2 comments
Open

search is get all result, cause 403 error #460

wangbinyq opened this issue Jul 5, 2017 · 2 comments

Comments

@wangbinyq
Copy link

is there any way to limit search result.

@wangbinyq
Copy link
Author

I found that query params is not merged, cause the page always is 0.
image

            if (nextUrl && typeof options.page !== 'number') {
               log(`getting next page: ${nextUrl}`);
               return this._requestAllPages(nextUrl, options, cb, results);
            }

if i offer page option, it should not call _requestAllPages?

@wangbinyq
Copy link
Author

It was v3.0 cause this condition which is npm version.
Could you publish the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant