mjordan / islandora_repository_reports

A Drupal 8 module that provides a collection of graphical reports on various aspects of an Islandora repository.
GNU General Public License v2.0
2 stars 5 forks source link

Unique values in metadata field? #13

Closed mjordan closed 4 years ago

mjordan commented 4 years ago

Would having functionality similar to https://github.com/mjordan/islandora_field_values for Islandora 8 be useful? If so, the output from this report probably wouldn't be a chart. Here's a screenshot of the output from that module:

image

mjordan commented 4 years ago

Since metadata in Islandora 8 is in regular Drupal fields, this report might be achievable using Views.

mjordan commented 4 years ago

Merged into main at d53d3cb23fe4548474cf9d622996afc373085f7d. Only supports sting/text field types so far, and user must enter the machine name of the field. Will open separate issues for remaining nice-to-have functionality.