Anyone able to get the highlighting feature to work on the actual documents views? Anytime I add highlight: true like the code below then the field is removed from the show page??
config.add_show_field 'description', label: 'Description', highlight: true
The
highlightoption is foradd_index_fieldnotadd_show_field. See https://github.com/projectblacklight/blacklight/wiki/Blacklight-configuration#solr-hit-highlighting