<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6 - CFML_Reference - Tags-pt3.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-26T08:19:19</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#11963" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#796" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#11963">
		<title>coldfusion/6/CFML_Reference/Tags-pt3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#11963</link>
		<description>It appears that there is a new behavior for cfmx 6.1.  Under CF5,     &lt;br /&gt;    &lt;cfsearch name        = &quot;qrySearchHits&quot; &lt;br /&gt;              collection  = &quot;#request.verity.colname#&quot; &lt;br /&gt;              criteria    = &quot;#attributes.text#&quot;&lt;br /&gt;              maxrows     = &quot;#wkMaxRows#&quot;&lt;br /&gt;              startrow    = &quot;#attributes.StartRow#&quot;&lt;br /&gt;    &gt;&lt;br /&gt;will return hits #26-50 if wkMaxRows==25 and attributes.StartRow==26.  However, under cfmx 6.1, &lt;cfsearch&gt; will return zero hits with these values.  Instead, one must use wkMaxRows==50 and attributes.StartRow==26 in order to get hits #26-50.&lt;br /&gt;&lt;br /&gt;When migrating my code I changed the above to the following:&lt;br /&gt;    &lt;cfsearch name        = &quot;qrySearchHits&quot; &lt;br /&gt;              collection  = &quot;#request.verity.colname#&quot; &lt;br /&gt;              criteria    = &quot;#attributes.text#&quot;&lt;br /&gt;              maxrows     = &quot;#Evaluate(attributes.StartRow + wkMaxRows - 1)#&quot;&lt;br /&gt;              startrow    = &quot;#attributes.StartRow#&quot;&lt;br /&gt;    &gt;&lt;br /&gt;&lt;br /&gt;The documentation for &quot;maxrows&quot; would seem to indicate that this behavior is not intended for cfmx 6.1, and, indeed, a better name for &quot;maxrows&quot; under this behavior would be &quot;lastrow&quot;.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-29T17:00:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#796">
		<title>coldfusion/6/CFML_Reference/Tags-pt3.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt3.htm#796</link>
		<description>Regarding the above statement:&lt;br&gt;&lt;br&gt;New in ColdFusion MX: ColdFusion can create collections, index query results and delete index keys. &lt;br&gt;&lt;br&gt;The ability to create collections isn't new in CFMX. What's meant by this? Certainly, CFSEARCH cannot create collections. As explained elsewhere on the page, the only way to create a collection in CFMX is with CFCOLLECTION or the CF Admin, and neither of those is new.&lt;br&gt;&lt;br&gt;As for being able to &quot;index query results&quot; and &quot;delete index keys&quot;, in case anyone was wondering (I had someone ask me), this is the ability to take the results of a CFSEARCH and index it with CFINDEX. If you try it in CF5, it fails, whereas in CFMX it does now seem to work.</description>
		<dc:creator>carehart@systemanage</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2002-12-30T08:16:00</dc:date>
	</item>
	</rdf:RDF>

