[ic] list stops at number 52...

Fred Harju interchange-users@lists.akopia.com
Mon Jun 11 17:04:01 2001


Try adding ml=1000 to your loop. I had this problem earlier, my searches
were only returning 50 entries and the ml tag fixed my problems.

[loop search="fi=products/sf=category/se=[cgi mv_arg]/ml=1000"]
...
[/loop]

Fred.

----- Original Message -----
From: Interchange Admin <interch@viehweg.net>
To: <interchange-users@developer.akopia.com>
Sent: Monday, June 11, 2001 4:48 PM
Subject: [ic] list stops at number 52...


> When I was setting up my store I had a small products table
> and everything was OK.
>
> Now I put all the items in there and have a strange problem.
>
> The system will only show the first 52 items in any given
> category. I didn't set up any sort of paging (yet!) so I don't
> know why it would do this strange thing.
>
> Interchange version: interchange-4.6.5-1.rh6
> Perl version:::::::: perl-5.00503-10
> Linux version::::::: 2.2.14-5.0
>
> The following is the important part of the page that is not working
> correctly:
>
> [loop search="fi=products/sf=category/se=[cgi mv_arg]"]
>    <tr>
>    <td><a href="[area [loop-code]]">[loop-code]</a></td>
>    <td><a href="[area [loop-code]]"><img
src="stock/thm_[loop-code].jpg"></a></td>
>    <td><a href="[area [loop-code]]">[loop-field description]</a></td>
>    <td align=right>[currency][loop-field price][/currency]</td>
>    [if type=explicit compare='"[data base=avail column=avail
key=[loop-code]]" =~ /yes/ ']
>       <td>[order [loop-code]]order now[/order]</td>
>    [else]
>       <td>[data base=avail column=avail key=[loop-code]]</td>
>    [/else]
>    [/if]
>    <tr>
> [/loop]
>
> As I mentioned above, everything works as desired until number 53. No
> errors or anything in any log, just doesn't display.
>
> Any tips would be appreciated!
>
> Thanks in advance.
>
> jaime
> --
> interch            | I read recently that human beings use only 15%
> @    Jaime Viehweg | of their brains capacity.  Makes you wonder
> viehweg.net        | what they do with the other 75%.
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>