I'm looking at how to implement a site search function in a Turbine application. We have content in HTML files on disk and all the data in the database, and all the content needs to be searched.
I see a few options. 1. Search the files and database separately and combine the results. 2. Create files from the database content and search all the files. 3. Store the files in the database and search the database. I'd like to hear what others have to say. Your feedback will be greatly appreciated. Eric -- Eric Emminger [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
