Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello friends,

I have a Dynamic Web site in which all data is dynamic i.e it stores in database and when client request for web page it retrieves from database and shows to client side.

I want to create a search engine facility in my web site. But I am confused and have no idea how it will get implemented.

Can anybody guide me for same.

Thanks in advance.
Shailesh J.
Posted

1 solution

Hi,
If you have all data stored in DB, you can select this data according to criteria. If you have all data in one table, you can use fulltext for search. In case you have data in more tables, you can still use full text but you must use sql union to join partial result sets

http://msdn.microsoft.com/en-us/library/ms176078.aspx[^]
 
Share this answer
 
Comments
saj_21 20-Jan-12 3:49am    
Ok Kanasz Robert.

I will try this.
:-)

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