I ran TypeIndexAll a few times today.  Should I use TypeIndex for each
individual type?



----------------------
Steve Jaeger
Spectra Consulting
email: [EMAIL PROTECTED]
  web: www.spectraconsulting.net



-----Original Message-----
From: Raymond K. Camden [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 23, 2000 5:37 PM
To: [EMAIL PROTECTED]
Subject: RE:


Did you run TypeIndex? It sounds like you did once, but, did you know that
when you create new types, you should run it again? TypeIndex creates
collections based on the properties of your type marked as Indexed. If you
create a new type that has a property not in the previous type, then a
search will return an error. The simple solution is to just run typeindex
again.

P.S. Who else is watching Survivor? :)

=======================================================================
Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda


> -----Original Message-----
> From: Steve Jaeger [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 23, 2000 8:20 PM
> To: Spectra-Talk
> Subject:
>
>
> Hello list,
>
> I am getting an error with my <cfa_TypeSearch> tag that I hope someone can
> help me with.
>
> On my search page, I am using cfa_TypeSearch to return content
> that matches
> my search terms.  I do this individually with a number of CO Types.  When
> executed, only one CO Type works fine, all of the others return
> this error:
>
> -----------------------------------------
> Error occurred in tag CFSEARCH
>
> Collection name not found
>
> The error occurred while processing an element with a general
> identifier of
> (CFSEARCH), occupying document position (164:1) to (164:108) in
> the template
> file C:\PROGRAM
> FILES\ALLAIRE\SPECTRA\CUSTOMTAGS\SYSTEM\TIER0\SEARCH\CFA_TYPESEARCH.CFM.
> -----------------------------------------
>
> The code generating this error is:
> -----------------------------------------
> <cfa_typeSearch
>       dataSource = "#Request.cfa.objectstore.dsn#"
>       lTypes = "43CDF433-5773-11D4-B4AE00508B76449E"
>       searchTerms = "cancer"
>       resultSet = "key"
>       bDistinctObject = "false"
>       r_stResults = "stObjects">
> -----------------------------------------
> I have verified that my TypeIDs are accurate and that at least
> one property
> in each CO Type is marked "indexed".  Also, I have indexed, deleted, and
> re-indexed all of my CO Types at this point, with no change in result.
>
> I am at a loss, so any direction would be greatly appreciated.
>
> TIA
>
> ----------------------
> Steve Jaeger
> Spectra Consulting
> email: [EMAIL PROTECTED]
>   web: www.spectraconsulting.net
>
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/sp
ectra_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

----------------------------------------------------------------------------
--
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.


------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to