I've got an intranet with a lot of files (+_1000) and I want to add a
search function.
What are my options?
A. add the file names to a table, with a title and a few keywords
---> is a lot of work but is fast
B. add the file names to a table, with a title and the contect of the
file
---> I make full text search, I need a lot of space, the
search is slower
C. anything else?