Can't you create the Collection with code? For those of us that don't have access to the Admin.
Rick -----Original Message----- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:58 AM To: CF-Community Subject: RE: Verity The simple answer: Yes you can. First you must create a collection in the admin. Once that is done you could use code like this. You just need to have the query. <cfset type = "job"> <cfindex query="getjobs" collection="joblistings" type="custom" action="refresh" key="categoryid" title="title" body="description" custom1="job" > -----Original Message----- From: Scott Raley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 11:51 AM To: CF-Community Subject: Verity Does anyone know ifyou can use the verity that comes with CF5 to search through a database? ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
