Acutally I was quite sure, that this problem has been fixed in 1.5 (or even 
in a 1.01 Hotfix), but we encountered the same problem in a fresh
1.5-installation, too.

What you can to is, save the embedded data in an additional step:

(I) storing the outer object
<cfa_contentobjectdata 
        datasource="#ds#" 
        objectid="#id#" 
        stproperties="#stProperties#">
</cfa_contentobjectdata>

(II) storing the embedded object (here: ADDRESSINFO)
<cfa_contentobjectdata 
        datasource="#ds#" 
        objectid="#id#.ADDRESSINFO" 
        stproperties="#stSomeOtherProperties#">
</cfa_contentobjectdata>

It's kind of stupid, because the OBJECTS-Table is hit twice. So I would like
to have
another way to keep my Searchable Data of embedded objects written to
PROPERTIES-Table, too.

Regards,
-pt

-----Urspr�ngliche Nachricht-----
Von: Nikki Forshaw [mailto:[EMAIL PROTECTED]]
Gesendet am: Donnerstag, 22. Februar 2001 17:38
An: Spectra-Talk
Betreff: Searchable properties and embedded objects

Hi,

I am using an embedded object in my main article object... one of the
properties of the embedded object has to be searchable in order for me to
use this in my publishing rules. However, it simply isn't showing up in my
properties table. Are there known problems with embedded object's properties
being searchable, or am I just being really, really stupid?

Thanks,
Nikki
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
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