What do you mean by 7 metadata searches? You mean searching for 7 keywords?
If you pass them in like RAY,CAMDEN then Verity will treat it like an OR
search (I believe, not sure!), so in theory your search would go like this:
1) First do the MD search, this returns records of 1,2,3.
WAIT! I believe I see a bug. It looks like if you ONLY do a text/md search,
you will always get nothing. This is because the code says, first do the
property search, then filter by type/md search. So, since you didn't do a
property search, I bet it's not working at all.
Hmmm, the easiest fix is to do two searches, but I wouldn't use coFind, I'd
use the TypeSearch and MD tags themselves. This will make your search a bit
quicker (which will make up for the time it takes to 'join' the results).
Actually, joining the results is as simple as looping over one list and if
an item doesn't exist in the other list, delete that item.
=======================================================================
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: Amanda Surya [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 20, 2000 10:29 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: Cfa_contentObjectFind
>
>
>
>
> You're right about the exact matching keywords Raymond. It still
> seems a bit
> slow like Jonathan mentioned, but it works.
>
> The thing is now, I'm trying to pass 8 search parameters, and the search
> would not return any results after more than 4 parameters is passed. I
> trying to do one type search and 7 metadata searches and combine the
> results. I really want to refrain from calling two
> cfa_contentObjectFind and
> filtering the results myself.
>
> I'm passing the type search param through fullTextSearchCriteria and the
> metadata params through stKeywords:
>
> <cfa_contentObjectFind
> datasource = "#datasource#"
> fullTextSearchCriteria = "#Item#"
> lFullTextSearchProperties = "#stPropList#"
> typeID = "#typeID#"
> stKeywords = "#stProps#"
> r_lObjects = "matches"
> >
>
> Have anyone come across this problem? Any work arounds?
>
> Thanx,
>
> Amanda
> marchFIRST.com
------------------------------------------------------------------------------
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.