Hi
I created my custom searchable content type and implemented GetViewSecurityRoles method:
As you can see it returns roleIds from security roles list.
But group members also may have an access to content ant this approach does not work in this case.
How can I implement group members support?