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)
 Full Text Indexing

Author  Topic 

darinh
Yak Posting Veteran

58 Posts

Posted - 2001-04-18 : 05:46:04
Hi,

Does anyone know where I can find an example of building up a fulltext index search string from a user input. I want the user to be able to specify AND OR and NOT and put quotes around exact phrases etc.

It seems like the kind of thing that any search engine that uses full-text indexing should do but I can only find basic examples which don't handle quotes and NOTs.

   

- Advertisement -