> I'm looking for a tool that could ideally do the following:
> 
> 1) search through documents and database content
> 2) index restricted areas
> 3) index by privileges
> 
> It's the last two (and really only #3) that are killing me. 
> The idea is that if I log into a section of the site, I can 
> only see certain documents and material; likewise, if I 
> search within that, I will only see the *results* of things I 
> would have access to.
> 
> Has anyone dealt with anything like this before?

I don't know if there are any tools which specifically do this, but you
should be able to do it using any full-text indexing tool and your own code.
We've done this sort of thing quite a bit. For example, in Verity, you might
create separate collections to represent security-specific content groups,
then when you perform a search, you'd check to see to what groups that user
belongs, then search the appropriate collections.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to