Hide
If you list the display fields in the solr.yml and the field has no data for a particular record, the label is printed out with a nil value.
IE:
author person full: Schumann, Robert, 1810-1856.
author corp:
author meeting:
publish date: 1967
Where author corp and author meeting are labels being printed out for a record that does not contain that data.
The fix should be handled in:
/blacklight/app/views/_index_partials/_default.html.erb
AND
/blacklight/app/views/_show_partials/_default.html.erb
Show
If you list the display fields in the solr.yml and the field has no data for a particular record, the label is printed out with a nil value.
IE:
author person full: Schumann, Robert, 1810-1856.
author corp:
author meeting:
publish date: 1967
Where author corp and author meeting are labels being printed out for a record that does not contain that data.
The fix should be handled in:
/blacklight/app/views/_index_partials/_default.html.erb
AND
/blacklight/app/views/_show_partials/_default.html.erb