Zoaib,
Just a point of clarification -- in your original post you talked about updating
collections, but then referred to the Properties table. There are two types of
searching in Spectra:
1) When properties are marked as "indexed" and searching is done through Verity
collections (and Raymond addressed that) and
2) When properties are marked "searchable", their values are put into the
Properties table and you can do SQL queries to find them.
The above are two different ways of searching for content, although the actual
searching using both methods can be done using the cfa_contentObjectFind tag.
David Aden
webworld studios, inc.
-----Original Message-----
From: Raymond K. Camden [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 07, 2000 12:03 PM
To: [EMAIL PROTECTED]
Subject: RE: Have a Question about Searching
TypeIndex (for type searches) calls contentObjectGetMultiple. It does NOT
pass in a bactiveOnly arg so the tag defaults to YES. In theory, that means
when you type search, you will only get active objects...
UNLESS you modify the object after indexing it and do not remove the object
using TypeIndexDelete. Remember, once you have indexed the object it stays
in there forever unless you update it or delete it (using typeindexupdate or
typeindexdelete).
=======================================================================
Raymond Camden, Cold Fusion Jedi Master for Syntegra (www.syntegra.com)
Allaire Certified Instructor and Member of Team Allaire
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
> -----Original Message-----
> From: Zoaib A. Qureshi [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 07, 2000 11:58 AM
> To: [EMAIL PROTECTED]
> Subject: Have a Question about Searching
>
>
> Hi all, I just have a question related to searching. If I create an object
> and make it inactiveand then I update my index collections, will
> this object
> be searchable or not??? If I am correct the properties table is used for
> searching. Inside this table there is no field to indicate if the
> object is
> active or not. I might be misunderstanding how is searching done, I
> appreciate any clarifications on this issue.
>
> Thanks
> Zoaib A Qureshi
>
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/sp
> ectra_talk or send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------
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.