Business Desk - Catalog searching CS2002

This is Interesting: Free IT Magazines  
Home > Archive > Business Desk > August 2006 > Catalog searching CS2002





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Catalog searching CS2002
johnnycougarflats@hotmail.com

2006-08-17, 1:23 am

CS2002 FP1 Com+
..
Having great difficulty with catalog searching. I understand that
freetext searches will not do implicit 'AND' for multi-word fulltext
searches. Therefore, I am trying to pass a 'CONTAINS' clause into the
call. Nothing is getting returned. It seems that it must be throwing
errors, but there is nothing in the app logs.

Here is my code.

s = "CONTAINS (*, '<search term>')"
Set rs = m_objManager.Search(s, , _
m_objCatalog.CatalogName, _
cscProductClass Or cscProductFamilyClass, _
"style_number", _
"style_number", _
False, _
1, 25, , t)

Even if I just have one word in the table, the thing blows up.
Is there anyway I can accomplish getting a query to do an implicit
'AND' other than putting together a huge clause using 'LIKE' operands?
I have tried everything I can think of based on the documentation.

Please don't tell me I have to wait until CS2007 because my customer
really does not want to hear it. Thank you.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com