I put double-quotes around receiver, but the debugging info spits out only
using single quotes.

Code: 
<cfsearch name="qSearchResults" collection="receiver"
 criteria="error" maxrows="10" type="simple">

Error Output:
<cfsearch name="qSearchResults" collection='receiver'
 criteria="error" maxrows="10" type="simple">

Thanks for the feedback so far.

Micky

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of S.Isaac Dealey
Sent: Sunday, March 07, 2004 10:29 PM
To: [EMAIL PROTECTED]
Subject: Re: cfsearch not working - stating collection isn't there

You might try using double quotes instead of single quotes...

Also, if you're using MS SQL Server you might want to consider
full-text indexing _instead_ of Verity. My understanding it that SQL
Server's full-text indexes are in some ways an improvement over Verity
and might be less error prone. I haven't used either personally, so
I'm only speaking from what I've heard other people say about them.

hth

s. isaac dealey   214.823.9345

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.turnkey.to/ontap


> Hi,

> I'm creating a knowledge base for a technical support
> department that is in a SQL database.

> One of my collections is calle receiver.  Here is my
> cfsearch code:

> <cfsearch name="qSearchResults" collection='receiver'
> criteria="error" maxrows="10" type="simple">

> The error:

> An error occurred while accessing a Verity collection.
> Could not find the ColdFusion registered information for
> [receiver].


> I checked the CF Administrator and receiver shows up under
> the Verity collections.

> Where should I go from here?  Thanks in advance,

> Micky






> ----------------------------------------------------------
> ----------------------
> Get a FREE online computer virus scan from McAfee when you
> click here.


-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To unsubscribe: 
   Send UNSUBSCRIBE to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to