Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.08 KB

Search API Solr Field for Access Control with Group

This module add a field processed to determine access control based on Group

Installation

By composer:

composer require digitalutsc/group_solr

Work with views

  • Create a view as normal
  • Add a filter "Access control: Access Control Filter - Configurable with Group"
  • Save the view

Work with Federated Search

How does it work ?

  • Every time a node or media is indexed to Solr, this field will be processed by checking the access control configuration which is setup with Group module. It will determine the entity to be public or private for annonymous users
  • Field's values to be indexed to Solr:
    • Public: 200
    • Private: 403