I have a large number of items I want to search and so I have indexed them using zend's lucene. The problem is that I only want search results which contain entries that have admin-level privileges to be visible to users with admin privileges.
So if I search for some keyword and I would normally get a 100 results of which 15 results refer to a protected page/object. Then only admins should get 100 results back whereas non-admins should only get 85 results displayed? Is that possible? If so, how has anyone else implemented it? Thanks in advance -- View this message in context: http://www.nabble.com/Zend-Lucene-search-and-searching-records-base-on-permissions-tp19396780p19396780.html Sent from the Zend Framework mailing list archive at Nabble.com.
