|
Home > Archive > Commerce Server General > August 2004 > FreeTextSearch Parameter Additions i.e. Add which table column to search
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 |
FreeTextSearch Parameter Additions i.e. Add which table column to search
|
|
|
| Hi,
I'd like to refine the search on FreeTextSearch to get a
better result set. Below is the Parameter list for the
FreeTextSearch function. I'd like to add another
parameter where I can specify what I want to search.
Example will be if I want to specifically search for
a "Part Number" or "Manuf. Part #" or maybe
the "Manufacturer Name"
Can I do this?? If so how and where do I change the
Parameter list for FreeTextSearch
here is the Parameter definition . . .
Function FreeTextSearch(
strPhrase As String,
Optional strCatalogsToSearch As Variant,
Optional eClassTypeRequired As Variant,
Optional strPropertiesToReturn As Variant,
Optional strPropertyToSortOn As Variant,
Optional fSortAscending As Boolean,
Optional lStartingRecord As Variant,
Optional lRecordsToRetrieve As Variant,
Optional plTotalRecordsInQuery As Variant
) As _Recordset
Thanks you.
| |
| Vinayak Tadas[MSFT] 2004-08-27, 6:07 pm |
| Which version of Commerce Server (CS2k, CS2K2 ) are you using?
--------------------
Content-Class: urn:content-classes:message
From: <anonymous@discussions.microsoft.com>
Sender: <anonymous@discussions.microsoft.com>
Subject: FreeTextSearch Parameter Additions i.e. Add which table column to
search
Date: Thu, 26 Aug 2004 18:10:19 -0700
Lines: 28
Message-ID: <109a01c48bd2$9ebe9660$a301280a@phx.gbl>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Thread-Index: AcSL0p6+KqtKeaBgQ3euCZ2egftX3Q==
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Newsgroups: microsoft.public.commerceserver.general
Path: cpmsftngxa10.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:14642
NNTP-Posting-Host: tk2msftngxa11.phx.gbl 10.40.1.163
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi,
I'd like to refine the search on FreeTextSearch to get a
better result set. Below is the Parameter list for the
FreeTextSearch function. I'd like to add another
parameter where I can specify what I want to search.
Example will be if I want to specifically search for
a "Part Number" or "Manuf. Part #" or maybe
the "Manufacturer Name"
Can I do this?? If so how and where do I change the
Parameter list for FreeTextSearch
here is the Parameter definition . . .
Function FreeTextSearch(
strPhrase As String,
Optional strCatalogsToSearch As Variant,
Optional eClassTypeRequired As Variant,
Optional strPropertiesToReturn As Variant,
Optional strPropertyToSortOn As Variant,
Optional fSortAscending As Boolean,
Optional lStartingRecord As Variant,
Optional lRecordsToRetrieve As Variant,
Optional plTotalRecordsInQuery As Variant
) As _Recordset
Thanks you.
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only. Thanks
|
|
|
|
|