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_handles should support a 'limit' parameter #16

Open
TobiasWeigel opened this issue Feb 22, 2018 · 3 comments
Open

search_handles should support a 'limit' parameter #16

TobiasWeigel opened this issue Feb 22, 2018 · 3 comments
Assignees

Comments

@TobiasWeigel
Copy link
Contributor

The HandleReverseLookupServlet has a default limit for queries of 1000 (only returns max. 1000 Handles per query). This can be overridden with a limit URL parameter. The search_handles method should also support this parameter explicitly.
Current workaround is: introduce 'limit' as an allowed_search_key and then set it to e.g. "100000" (as string).

@cookie33
Copy link

Than search_handles should also support a page parameter if it does not already.

This so you can say for instance:

limit=100000%page=0
limit=100000%page=1
limit=100000%page=2

Otherwise you can only get the first 100.000 handles

@SofianeB
Copy link
Collaborator

SofianeB commented Mar 1, 2018

This feature is actually available in the DB client (see #18), at the moment in devel.

@merretbuurman
Copy link
Collaborator

Hi @cookie33, do you think this issue still applies? As far as I know you are the ones most active in all that concerns the ReverseLookupServlet.

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