Need to a idea for search

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • maheswaran
    New Member
    • Mar 2007
    • 190

    Need to a idea for search

    Hi Guys,

    I have a new task that search a text in a website. I need to provide a search option on website,that website is an existing one and there is no structure in that . All pages are static html. If am give an any word (.i.e sample) then search will find the pages that contain the text and display the pages which contain the text as a result....

    Which method i use....

    Crawl or google search...

    I thing google provide a search with in the side....

    Any suggestion....
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Searching static pages isn't the easiest of things to do; try google's site search.

    Kind regards.

    Comment

    • bnashenas1984
      Contributor
      • Sep 2007
      • 257

      #3
      I think you can do it by opening each file.
      But it wont be fast enough for big websites with many visitor .The best thing you can do is to put the content of files in a database and search them by MYSQL queries.

      There might be better ideas

      Comment

      Working...