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?



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to