RE: When pagination disappears what to do?

I refactored the code to move the docs and labels arrays into session
scope, so that they’re only invoked once per search. Now the initial
search may take a while, but the navigation of the pages goes pretty
quickly.

Ron