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.
Author |
Topic |
rico_bano
Starting Member
35 Posts |
Posted - 2007-04-16 : 10:10:54
|
Can anyone tell me or point me in the correct direction on how to handle user input for full text searches.im particularly interested in how users should enter the text to search one.gabcde = find all records containing abcdeabcde fghij = find all all records that contain either abcde or fghijabcde + fghij = find all records that contain both abcde and fghij"abcde fghij" = find all records that contain abcde fghij (as a sentence).Can anyone tell me if this is correct.Also when using full text search do i have to remove words such as "and" and "or" etc etcYour help is greatley appreciated |
|
rico_bano
Starting Member
35 Posts |
Posted - 2007-04-17 : 04:22:20
|
someone must have some ideas |
 |
|
|
|
|