Enable Users to Set the Number of Results Per Page
You can configure the results per page drop-down so that users can change the number of display results that appear on each page by adding the results per page attribute to the results page. Specify the options for the number of results as a comma-separated list. The default options are 10, 20, 30, and 50. The results page uses the first number in the list as the default. You can remove the options from the results page by leaving the results per page attribute empty. Search will show ten results on each page by default.
You can follow these steps to configure the results per page drop-down on the results page.
Edit the file:
cp/customer/development/views/pages/results.phpAdd the results_per_page attribute code as follows:
<rn:container source_id="OKCSSearch" document_id_reg_ex="^[\p{L}\p{Nd}_.]*\d{1,10}$" doc_id_navigation="true" results_per_page="2,6,12,18,20,25,30">