is it possible to change a number in the request to tell it to do 900 results per page? what would that argu be?
Change hits per page via get string?
Change hits per page via get string?
That's set in the profile/script. There's currently no way for the end user to vary it.
Change hits per page via get string?
With Webinator at the end of the init function you could override the variable. E.g.
<$SSc_hitsperpage=$nh>
would let you add an &nh=900 to the URL. It would probably be worth adding additional checks to make sure the number was sane. You would also need to add $nh to the exports to make sure it was kept for next page etc.
<$SSc_hitsperpage=$nh>
would let you add an &nh=900 to the URL. It would probably be worth adding additional checks to make sure the number was sane. You would also need to add $nh to the exports to make sure it was kept for next page etc.
John Turnbull
Thunderstone Software
Thunderstone Software