I would go over the basics of searching in the documents, your missing one
important piece, and that is marking properties as either indexed or
searchable. So, if you plan on searching by name, you must make the property
either searchable or indexed, depending on the type of search you are doing.
I would probably use searchable. For more details on the different kind of
searching, check the docs.

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

>
> I am trying to create a simple email subscription function in spectra.
>
> So far users can subscribe. WHen they subscribe an object is created for
> that user with properties such as name, email, preferences etc.
> Now I need some way to search through the users when they subscribe or
> unsubscribe to see if they exist. I have tried cfa_contentobjectfind and
> cfa_alltypesearch but I think the object needs to be indexed for it to be
> searchable.
>
> Does anyone have any hints on how to build this functionality into
> spectra??
>
> Thanks,
> Kunal Bhatia
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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