If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
If you are using the default HTML search form generated by the script then there will be a drop down list containing 4 options. 10, 20, 50 & 100 results per page.
If you want values different from these 4 values then you need to turn off the default form and create your own custom form.
You can turn off the default form from the "Search page" tab in the Zoom configuration window. Your own form should look like the default form, but with different values in the drop down list. e.g.
Another option would be to not have the drop down list but have a hidden form element to directly specify the number of results required. You need to generate this field in the URL when the form is submitted,
zoom_per_page=xx
where xx is the results required per page.
The CGI file is not a script. It is a compiled binary executable (which is why it performs significantly faster than the other scripted platform options). It cannot be modified directly.
If you wish to change the search form, you can do so by defining your own form in HTML and disabling the one generated by the CGI. See this FAQ for more details: Q. How do I define my own search form?
Actually, this seemed to have been explained in the post above already??
Comment