 |

kmarnold
New User
Oct 8, 2004, 10:28 PM
Post #1 of 3
(2247 views)
Shortcut
|
|
Limit Number of Results on Each Page?
|
Can't Post
|
|
Is it possible to limit the number of results shown on each results page? The default seems to be 25 but I can't figure out how to change it. I looked in config.ini and search_results.html but didn't see anything. Thanks!
|
|
|  |
 |

Cliff
Staff

Oct 9, 2004, 4:58 PM
Post #2 of 3
(2244 views)
Shortcut
|
|
Re: [kmarnold] Limit Number of Results on Each Page?
[In reply to]
|
Can't Post
|
|
Hi kmarnold, Thanks for posting and welcome to the forum! There is a drop down list on the advanced search that you can use to select the results per page that you want. It looks like this
<select name="rows"> <option>10 <option>25 <option>50 <option>75 <option>100 </select> You can either add that, or a hidden form field like this to your templates to set a different per page value for the search results
<input type="hidden" name="rows" value="10"> That should be what you are looking for, but if you need any more details just let me know Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 |

kmarnold
New User
Oct 10, 2004, 4:28 PM
Post #3 of 3
(2240 views)
Shortcut
|
|
Re: [Cliff] Limit Number of Results on Each Page?
[In reply to]
|
Can't Post
|
|
I added the second bit of code, thanks!
|
|
|  |
|