TYPO3-Solr / solr-typo3-plugin

An Apache Solr filter plugin to support TYPO3 access restrictions.
http://www.typo3-solr.com
Apache License 2.0
7 stars 5 forks source link

Support access field to be a multivalue field #5

Closed timohund closed 7 years ago

timohund commented 7 years ago

To be able to merge multiple documents into one (e.g. for duplicates), we need to be able to have multiple access field values. Therefore we need to allow the access field, to be a multivalue field.

When one of the values grant access to the document, the user should be able to access it.