Hello,
I want to provide a search in my website it should bring the links and relevent information from different pages of my site.... similar to google as that do
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jul 8, 2008, 8:40 AM
Do you store your website page contents in a database? If yes, you could use SQL Server index searching. If your pages are static, it would be difficult. You would be better off putting google search on your site. The way google does is, it copies your page contents in their database, index them, and link to the matching keywords.
If your website is new, when you publish a new page, you can have a keywords text and store this in a database linked with your page. You can use this to search your website.