Do a replace, replacing these illegal characters. Then check to see if the
resulting string is =0 characters, if so exit immediately with a return code
that will be interpreted by the calling application as an invalid search
string.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> Hi,
>
[quoted text clipped - 21 lines]
> Nick Scott
> MCSE 2003
zgw - 19 Aug 2005 16:02 GMT
set a filter to stop certain charactors such as space.
ok?
> Do a replace, replacing these illegal characters. Then check to see if the
> resulting string is =0 characters, if so exit immediately with a return
[quoted text clipped - 34 lines]
>> Nick Scott
>> MCSE 2003
Hilary Cotter - 19 Aug 2005 17:14 GMT
This would work, as long as the filter would permit these characters when
there was something in addition to them. So the phrase "this is a test"
would pass even though it contains the space characters. Whereas " " would
be filtered out as it only contains the space character.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> set a filter to stop certain charactors such as space.
> ok?
[quoted text clipped - 37 lines]
> >> Nick Scott
> >> MCSE 2003