0

What is the best way to implement search functionality on the website ? I have a site with ~30 subpages. What are possible options ?

I know that I can use simple SQL but what if site grows ?

Thanks for any help

3
  • What do you want to search for? Text appearing on those ~30 pages? And is that text static, or generated dynamically (so what you really want to search for is content in a database or something...)? Commented Jan 16, 2012 at 10:28
  • The content would be in database (content of the pages can be changed so I think that simple CMS will keep data in sql table column) Commented Jan 16, 2012 at 12:42
  • So you want us to tell you have to search in a database? I think you need to expand your question quite a bit, tell us in more detail what you want to do, what you have tried etc... Commented Jan 17, 2012 at 8:24

1 Answer 1

1

You can probably implement a google search on your site. That might be the easiest way to provide search functionality.

Otherwise look into SQL free text search, or Lucene.Net free text search.

Sign up to request clarification or add additional context in comments.

1 Comment

But using google search I want be able to add styles to the search results

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.