Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Searching with Ignored words

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-13 : 22:48:35
Alzogbi writes "Hi,
I use a stored procedure to search a field in my table. My stored procedure called sp_Search. If I enter the charachter +,-,& or any other special charachter in my ASP page it returns "A clause of the query contained only ignored words.". I checked some other sites (including sqlteam.com) and they have no problem with this.

Please note that I am using a select statment inside my SP to search a full text enabled table.

How can I detect these charachters and search the table against them ? Note: I am using SQL Server 2000.

Thank you.

Alzogbi"
   

- Advertisement -