Think of stFilters as a dynamic way to pass stuff to coFind. Basically,
everything in stFilters gets translated to the Attributes scope. So, you can
do things like dynamically passing date/property/etc filters without having
to create multiple CFIF branches and multiple different calls to the tag.
So, what can you filter on? Just look at the attributes of coFind, all the
'normal' filters like dtCreatedAfter. You can filter by those _and_ by the
properties of the type you are searching on.

Does that make sense?

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

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

> -----Original Message-----
> From: Nate Smith [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 16, 2001 10:18 AM
> To: Spectra-Talk
> Subject: Filtering cfa_objectFinder
>
>
> Hello all,
>
> I've included a few custom properties for my objects that should indicate
> which items are available for publishing via the basic scheduling rule. I
> really like the basic publishing rules functionality and I don't want/need
> to rewrite it. So I'm trying to filter the selection of objects that the
> select control handler picks from.
>
> Can anyone point me to the specific section of code that pulls the
> objectID's for selection? I think it's lines 89-96 of
> selectedInvocations.cfm, but I can't be certain.
>
> -----


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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