all groups > sql server full text search > january 2005 >
You're in the

sql server full text search

group:

Ignore Next Char


Ignore Next Char Esref DURNA
1/27/2005 9:15:05 AM
sql server full text search:
Hi,
when i m searching with contains I want to ignore a character inside the
keyword,
Like
Es(ignore next char)ref
--> Es?ef

will return the results Esxef , EsHef Estef Eskef also

thanks for your help from now.

--
Esref DURNA
Re: Ignore Next Char Hilary Cotter
1/27/2005 12:33:26 PM
SQL FTS does not support this.

Try something like this using like

select * from TableName where like '% Es_ef %'


--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
[quoted text, click to view]

AddThis Social Bookmark Button