In MAF, is there a way to search content that you don't have a subscription to?
Subscriptions are set up against collection sets.
When we search within MAF, we search a collection set. To search the collection set, we need to have a subscription for it.
If we try to view a document, the AccessControlService
requests a list of all collection sets that can see the document. Each collection set is checked for FLATRATE access, then for PPV access, otherwise it's No Access.
The issue is that, because the document is visible via the collection set that is searched, it is therefore also available to be viewed.
I've been asked if we can provide a feature that would allow a user to search all content, but would block access to the documents that they are not subscribed to - essentially a separation of search access control and document view access control.
Is anyone doing this on MAF, or have any suggestions on how we could approach this?
Many thanks.