Remove page numbers to make WebDrawer faster

Intro

I have previously discussed ExcludeCount and search result page numbers and how we can improve WebDrawer search performance, especially for large databases.  In HPRM 82 this is all much simpler.

How to

WebDrawer 82 will adjust its paging model to use back and next, rather than numbered pages, if the search routes are set to show results only.  To do this you need to add resultsOnly="true" to the two record search routes in hptrim.config.  For example:

<add name="FormSearch" model="FormSearch" resultsOnly="true"/>

<add name="Record" model="Records" resultsOnly="true" ... />

When

Written on July 30, 2015