Just an interesting discovery (that may be well known but was news to me)

The cfsearch tag works slightly differently in 5.0 and cfmx.

<cfsearch collection="ma2003archives" name="searchQuery" type="SIMPLE" criteria="court" startrow="1" maxrows="200">
<cfoutput>#searchQuery.recordCount#<br></cfoutput>

This code on cf5.0 will return 201 records.

This code on cfmx will return 200 records.

FWIW
Jerry Johnson
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to