I have implemented full-Text search in my application for searching a keyword from a table in my database.Now i want to extend the search for multiple words.I googled for it but didnt get the answer i wanted.Can anyone tell how to extend the search for multiple keywords.
Query:
select ProductCode,CategorySequenceNumber from tblProductMaster where Contains(*,@stringToSearch)
Any suggessions will be appriciated..