I have an ASP site.
I am only indexing PDF files.
I have three cases of users and depending on the user they only need access to certain PDF search results.
Example: PDF classes A, B and C
Given user they may always see A results but maybe B or C
I have the information my database as to which class(s) a user may see but my question is how do I translate that into the search.
I would like to do it before the actual search ...but afterward is ok if I can use ASP so I can hit the database to filter out that they do not need to see.
Suggestions?
Thanks,
Durell Hall
I am only indexing PDF files.
I have three cases of users and depending on the user they only need access to certain PDF search results.
Example: PDF classes A, B and C
Given user they may always see A results but maybe B or C
I have the information my database as to which class(s) a user may see but my question is how do I translate that into the search.
I would like to do it before the actual search ...but afterward is ok if I can use ASP so I can hit the database to filter out that they do not need to see.
Suggestions?
Thanks,
Durell Hall
Comment