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 596
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 1
Open Issues: 0
Type:drupal-module
Requires
- drupal/group: ^3.0
- drupal/groupmedia: ^4.0@alpha
- drupal/search_api_solr: ^4.2
This package is auto-updated.
Last update: 2025-03-23 15:14:56 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
-
Required modules:
- Federated Search Front-end user interface: https://github.com/digitalutsc/drupal_ajax_solr
- Add a Search Api Solr field for Access Control with Group: https://github.com/digitalutsc/group_solr
-
In
/admin/config/search/search-api/index/default_solr_index/fields
, Click Add fields > General > Group: Access Control (search_api_group_access_control)
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