emory-libraries / blacklight-catalog

1 stars 0 forks source link

Blacklight 7.33 Upgrade: Fix facet search from links on show page #1397

Closed abelemlih closed 4 months ago

abelemlih commented 4 months ago

Fix #1387

The show page has links for fields such as "Additional Author/Creators" that lead users to running a facet search (e.g. using field author_add_ssim) without the field being explicitly set as a facet field in the Blacklight configuration.

In this PR, I added all fields that are used as facet fields on links on the show page to the Blacklight configuration as facet fields. This resolves the issue reported in #1387.