-
Notifications
You must be signed in to change notification settings - Fork 3
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
Paginate by 50 items #94
Comments
@ingenieroariel |
Hi. There is no However, note that right now we limit the docs returned to no more than 100th from the beginning on purpose as a light security measure to inhibit abuse for users that are not logged in. That number might be increased, and we need to add users/authentication to then allow no limits. If a limit is hit, the service ought to return a helpful error. |
Ben has requested to be able to paginate by 20, by 50 or by 100. If it is not too hard it would be great to have this implemented in the api.
That way we can avoid scrolling and in some cases define the pagination parameter based on how many tweets would fit vertically.
…-a
On Dec 29, 2016, at 4:16 PM, David Smiley ***@***.***> wrote:
Hi. There is no d.docs.page parameter. I could add this. Default would be 0, and would effectively be one less than a multipler to d.docs.limit for Solr's start param.
However, note that right now we limit the docs returned to no more than 100th from the beginning on purpose as a light security measure to inhibit abuse for users that are not logged in. That number might be increased, and we need to add users/authentication to then allow no limits. If a limit is hit, the service ought to return a helpful error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
No description provided.
The text was updated successfully, but these errors were encountered: