FullText ( contains) dont! work! |
6/27/2008 11:29:02 AM |
ASPRunnerPro General questions | |
V
virtualkaiser author
in the page ............. mypage_variables.asp i need you searh FullText ( contains) with SQL |
|
![]() |
Sergey Kornilov admin 6/27/2008 |
You need to use BeforeSQLQuery on the list page for this purpose. |
V
|
virtualkaiser author 6/29/2008 |
You need to use BeforeSQLQuery on the list page for this purpose. Check generated ..._list.asp page to find correct name of the variable that contains search string.
|
J
|
Jane 6/30/2008 |
Hi, strWhereClause = whereAdd(strWhereClause,"FieldName='test'") |