I have an object with an array property named CATEGORY that is a fully embedded object
with two
properties UUID and BLURB.
UUID is marked Searchable. If I look at the Properties DB table, I can see
CATEGORY[1].UUID,
CATEGORY[2].UUID, etc.
My question is how I can use cfa_contentObjectFind to retrieve these Property table
entries.
Pseudocode:
<cfset stProps = StructNew( )>
<cfset stProps.Category[*].UUID = "category UUID I want to find">
<cfa_contentObjectFind typeid="#mytype#" stProperties="#stProps#" r_lObjectIDs="lObjs">
Where I am having trouble is figuring out how to express the retrieval criteria on the
2nd line
of the pseudocode. At the moment I am resorting to SQL queries to get the records.
Thanks, Rich
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.