disable pagination in http server

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
guyp
Posts: 5
Joined: Wed Oct 06, 2021 8:29 am

disable pagination in http server

Post by guyp »

hello
is it possible to disable pagination in http server so that all results will appear in one page?
thanks
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: disable pagination in http server

Post by void »

To set the HTTP server items per page:
  • In Everything, type in the following search and press ENTER:
    /http_server_items_per_page=65535
  • If successful, http_server_items_per_page=65535 is shown in the status bar for a few seconds.
I don't recommend setting http_server_items_per_page higher than 65535 as it will make your web browser crawl to a halt.
guyp
Posts: 5
Joined: Wed Oct 06, 2021 8:29 am

Re: disable pagination in http server

Post by guyp »

wow, amazing.

thanks!
Post Reply