General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Intranet Architecture - Best Practices
I would like to know what are some of the best practices for managing such data more efficiently, giving the following re-development requirements:
New Intranet shall have a Search feature to query all of the documents available for specified query parameters. I was thinking of storing specific data about each doc in a database and assigning it a document id. Other data would include a description, doc path, and maybe the department assigned to that doc. I would then query the db for the doc description and post results.
Is there a better practice or alternate solution that has already proven to be successful for you?