Need to search the file from DB based on text

143 views Asked by At

How is it possible to search the file from the set of files which have been uploaded in the ms-sql DB based on the text entered by the user. The file could be of any type like .txt, .pdf, .doc, .jpeg. How does indexing works in this scenario. How can I implement this functionality. Want to implement this functionality for ASP.NET based web application

1

There are 1 answers

2
Mike Miller On

You can implement full text indexing. You will need to have a relevant filter for each file type uploaded.