> It makes sense. I checked the doceumentation for contentObjectFind like you
> mentioned and it had a decent amount of information on the stFilter
> structure.
>
> I decided that I need to add to the stFilter struct the following code:
>
> stFilter.stSearchable = STRUCTNEW();
> stFilter.stSearchable.myProperty = "1";
>
> However, I'm still getting back all my objects of that type with any value
> for myProperty. I'm appending to the stFilter struct in
> selectInvocations.cfm.
>
> I'm editing the correct piece of code aren't I?
>
Is myProperty marked searchable in your type definition?
I have noticed that coFind returns all objects of a type
even when you specify a property if that property is not
searchable. I'm not sure I like this behavior but doing a
badly optimized "retrieve all and scan the property" would
annoy me some too.
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.