plone.restapi icon indicating copy to clipboard operation
plone.restapi copied to clipboard

Remove default limit of 1000 from QuerystringSearch

Open wesleybl opened this issue 4 weeks ago • 9 comments

Previously, QuerystringSearch imposed a hardcoded limit=1000 on all queries, even when the user did not specify a limit. This caused unexpected truncation of results.

Now the limit parameter is only passed to querybuilder when explicitly provided in the request data.

Closes #1955


📚 Documentation preview 📚: https://plonerestapi--1963.org.readthedocs.build/

wesleybl avatar Nov 29 '25 17:11 wesleybl