[ic] limiting search return count

Chris Slaght interchange-users@icdevgroup.org
Sat Oct 19 23:04:00 2002


James said:
> I have had no luck finding what param to tweak to set a limit on the
> number of items per page retuned from a search. Right now, it defaults
> to 50. I need to set it to 20 due to thumbnail sizes.
>
> What parameter should I be looking for? A pointer to where in the docs
> to find this would be much appreciated!


I could not figure out what the docs were talking about.  After searching
around I found an archive that talks about adding the following lines to
your catalog_before.cfg located in the interchange directory.

push @out, "ml=5";

There are a bunch of "put" lines under the sub bar link area. Thats where I
stuck this line.

It kinda stinks because you end up changing this globally but it works.

Chris Slaght.