Download the PHP package digitalutsc/group_solr without Composer
On this page you can find all versions of the php package digitalutsc/group_solr. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitalutsc/group_solr
More information about digitalutsc/group_solr
Files in digitalutsc/group_solr
Download digitalutsc/group_solr
More information about digitalutsc/group_solr
Files in digitalutsc/group_solr
Vendor digitalutsc
Package group_solr
Short Description 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
License GPL-2.0-or-later
Homepage https://github.com/digitalutsc/group_solr
Package group_solr
Short Description 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
License GPL-2.0-or-later
Homepage https://github.com/digitalutsc/group_solr
Please rate this library. Is it a good library?
Informations about the package group_solr
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:
`
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
All versions of group_solr with dependencies
PHP Build Version
Package Version
Requires
drupal/group Version
^3.0
drupal/groupmedia Version ^4.0@alpha
drupal/search_api_solr Version ^4.2
drupal/groupmedia Version ^4.0@alpha
drupal/search_api_solr Version ^4.2
The package digitalutsc/group_solr contains the following files
Loading the files please wait ....