plone.restapi
plone.restapi copied to clipboard
Remove default limit of 1000 from QuerystringSearch
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/