[ic] [loop], [more], and [more-list]

Houman Akhavan houman@edigitalweb.com
Tue, 7 Nov 2000 00:11:06 -0800


I am running Interchange 4.6.0 (MySQL db). The following query returns the
correct results, but for some reason when you click on the page number links
that were generated by the [more] tag, it goes to a page that displays the
original results as opposed to displaying the next page of results. I am
kind of stumped on this one.... am I missing something? Anyone have this
problem before?

----------------------------------------------------------------------------
-----
[loop search="
more=1
list=1
st=db
sq=select * from products where sku = 'partnumber'
ml=10
"]

[list]

[loop-data products description]

[/list]

[more-list]
[more]
[/more-list]

[/loop]

--------------------------------------------------------------------------
Thanks,
Houman A.