Skip to content

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

License

Notifications You must be signed in to change notification settings

yorkulibraries/group_solr

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.5%
  • Twig 0.5%