[ic] [query] & [more] Error - (was [query] causes [more] to generate non-unique mv_cache_key)

Dan Bergan danb at champonline.com
Wed Nov 17 11:38:23 EST 2004


Sandy Thomson wrote:

>Its very difficult to debug your code, if we cant see your code, if you
>know what I mean.
>
>  
>
For a simple test I put the following code into a page on my IC 5.2 demo 
site and I was able to reproduce my error:
[query sql="select sku from products where sku like 'os28%' order by sku"
        type=list
        ml=5
        more=1
]
[on-match]
<table width="95%" border="0" cellspacing="0">
<tr class="categorybar">
 <td><b>[L]SKU[/L]</b></td>
</tr>
[/on-match]

[list]
 <tr>
   <td>
       [sql-code]
   </td>
 </tr>
[/list]

[on-match]
</table>
[/on-match]

<BR CLEAR=LEFT>
[more-list]
<BLOCKQUOTE>
[msg arg.0="[matches]" arg.1="[match-count]"]Matches %s of %s found.[/msg]
<BR>[more]<BR>
</BLOCKQUOTE>
[/more-list]

[/query]



More information about the interchange-users mailing list