Override results per page setting for one page

Is it possible to override, for one page, the global settings for “results per page” in the php code?

I have a collection of names for which I want 200 results per page and another collection of articles for which I want 50 results per page. I can display the names in a very compact way, not the articles.

It is not possible, there is a single limit for everywhere, and the same for admin, and public, item and item sets, etc. It is set in the main settings of Omeka.
Nevertheless, you can rerun the api request inside the view for some collections, but it is not optimal. You can post an issue on github to ask for this feature.

Thanks for the quick answer.

Here is the github issue.