| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Nov 2006
Posts: 2
|
Dynamic search engine for intranet
Hey.. I need help. I'm working on an intranet for a small company. I need a search engine on the site, that whenever the company adds/deletes pages it will automatically update itself and index everything again. I have tried numerous seach engine creaters but they are not very dynamic - they work until you add new pages and then you will have to index everything again and update the files that are created. Can anyone help me with a search engine that will work "for life" without the the need for manual indexing of added pages??? Chris |
|
|
|
|
|
#2 (permalink) |
|
Senior Member
Join Date: Oct 2006
Posts: 2,097
|
If you generate the content of the pages from a database - which you should be doing if you are "adding and deleting" pages, then it is a very simple task to put in a fulltext search. I use MySQL for my databases. http://www.mysql.org |
|
![]() |