On 12/13/07, Matt Williams <[EMAIL PROTECTED]> wrote: > > Reviewing some older code, I found this. > > <cfif qKeyword.recordCount lte 150> > <cfset searchCriteria.tmpIDList = valueList(qKeyword.key) /> > </cfif>
If I remember correctly, a List can only hold so much data. After that I think it just cuts off. I can't remember. for something like ID's it should be ok with 500 records. For search terms you would be running close to the limit. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294708 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

