Click here to Skip to main content
16,022,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

in my website (mssql db) i have a master search and filter search. in master search, i use freetexttable in my stored proc to search if keywords entered by the user is found in any of the columns of my table and it works fine. however when it comes to filter search which is not yet implemented, freetexttable creates a havoc. in filter search i want to filter the master search's results based on new keywords entered by the user. on using freetexttable, i am getting more rows in the result than master search. if anybody can tell me a way to implement an "and" in a freetexttable query, my problem will be solved.

thanks & regards, AR
Posted
Updated 23-Feb-10 19:52pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900