digitalutsc/group_solr

This module add Solr indexed field(s) which is determined access control with Group module for an indexed item to be public or private for annonymous users

Installs: 1 154

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 1

Open Issues: 2

Type:drupal-module

1.0.0-beta2 2024-02-14 01:44 UTC

This package is auto-updated.

Last update: 2024-05-14 02:23:37 UTC


README

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