nauman, thanks for the link, I had seen this KB article already. I am really trying to determine how it would be possible to perform a JOIN on the results. This question may be more suited to the SQL Server area.
My scenario is. I want to be able to apply my own SQL based permissons to the Index Server results..
User A has permissions to see documents 1,2 and 3...
User A searches the Index Server catalog but only return results which he has permissions to view. I considered passing this (@Docs = '1,2,3') as a param to the IndexServer query..but in reality, the user could have permissions on 1,000's of documents, so thi would seem less than ideal.
So I was wondering if it was possible to somehow JOIN the results from IndexServer search with the permssions table in my application database.
Any ideas appreciated..
Main Topics
Browse All Topics





by: nauman_ahmedPosted on 2004-11-15 at 07:51:28ID: 12584735
rodnex,
om/kb/8201 05/EN-US/
Have a look at the following MS Howto:
Title: HOW TO: Use an ASP.NET Application to Query an Indexing Service Catalog by Using Visual Basic .NET
URL: http://support.microsoft.c
HTH, Nauman.