How can I search an off-line intranet without the use of a database?
|
demo 22 Dec 2008 07:22am Is there a way of searching offline intranet folders with the use of PHP? I would like to simply have a filename-based search, no tags necessary. |
Answers
|
demo 22 Dec 2008 07:48am Hmmm...you''ll still need an "indexer" of some sort, and then use PHP (or whatever language) to use the API of that indexer to come up with results. In the Windows OS world, the built-in Index Server/Search Service does the trick of indexing files into "Catalogs". It's API is then used to query items (either interent/public or intranet). If you're using Windows, look into the above. It's pretty good, and you can segment Catalogs for say, public and/or private indexes. I'm not a PHP person, but it shouldn't have any difficulty talking to a datasource (OLEDB). |
Related
Submit Answer
You must be logged in to post an answer. Please Login or Register.
Powered by phpMyAnswers.